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 | 483a8c631c1ef8c1f1498aa4bc7d2fb50a509f8c (patch) | |
tree | 77f82bfed78836c7fba6d850f777d835eac32405 /community | |
parent | 78839beff1cc92602b0d24f6e67d9827f289ed93 (diff) |
-rw-r--r-- | community/ruby-irb/PKGBUILD | 12 |
diff --git a/community/ruby-irb/PKGBUILD b/community/ruby-irb/PKGBUILD new file mode 100644 index 00000000..f41379db --- /dev/null +++ b/community/ruby-irb/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 + ' +)" + |