index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2022-10-06 20:13:27 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2022-10-06 20:13:27 +0200 |
commit | 8fe95de7096afd3573620ec48e2035f1b2a32d76 (patch) | |
tree | 6139ce00fa27dc862acbc9cdb666dda3eb7a6f4c /community/ruby-json | |
parent | 483a8c631c1ef8c1f1498aa4bc7d2fb50a509f8c (diff) |
-rw-r--r-- | community/ruby-json/PKGBUILD | 12 |
diff --git a/community/ruby-json/PKGBUILD b/community/ruby-json/PKGBUILD new file mode 100644 index 00000000..f41379db --- /dev/null +++ b/community/ruby-json/PKGBUILD @@ -0,0 +1,12 @@ +# bootstrapping with ruby-bootstrap in /opt/ruby-xxx +depends=(${depends[@]//ruby/}) +depends+='ruby-bootstrap' + +# install to final destination in /usr and not into /opt/ruby-xxx +eval "$( + declare -f package | \ + sed ' + s|local _gemdir.*|local _gemdir="/usr/lib/ruby/gems/3.0.0"|g + ' +)" + |