index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2022-10-06 20:13:28 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2022-10-06 20:13:28 +0200 |
commit | 9a09bfcca9b7bb1152e7c84220c6977e18543d58 (patch) | |
tree | 581161ff6cea0430d51be8ce5d17b710c8d3c921 /community/ruby-time | |
parent | a02950dbee40e7276038c53f3e4f800a71a0931c (diff) |
-rw-r--r-- | community/ruby-time/PKGBUILD | 12 |
diff --git a/community/ruby-time/PKGBUILD b/community/ruby-time/PKGBUILD new file mode 100644 index 00000000..f41379db --- /dev/null +++ b/community/ruby-time/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 + ' +)" + |