mirror of
https://github.com/bertptrs/aur.git
synced 2025-12-26 21:10:31 +01:00
With “$(gem env gemdir)”, users reported that the gem was installed in their home directory and not the default gem directory. This fixes that by using the default gem installation directory instead.
15 lines
513 B
Plaintext
15 lines
513 B
Plaintext
pkgbase = ruby-liquid
|
|
pkgdesc = Liquid markup language. Safe, customer facing template language for flexible web apps.
|
|
pkgver = 4.0.0
|
|
pkgrel = 2
|
|
url = https://shopify.github.io/liquid/
|
|
arch = any
|
|
license = MIT
|
|
depends = ruby
|
|
options = !emptydirs
|
|
source = ruby-liquid-4.0.0.tar.gz::https://github.com/Shopify/liquid/archive/v4.0.0.tar.gz
|
|
sha512sums = 3aa09813e2c6c3b75b9ab0eb1c11ae83f62e6d3dba19c91d8877bf8162edf867b06fbbc4fc3193116313ff98c1fa964b8a01f0cf58c9fb7ed89338f3bffb9cdb
|
|
|
|
pkgname = ruby-liquid
|
|
|