index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2022-10-06 16:45:55 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2022-10-06 16:45:55 +0200 |
commit | 708f3a36657b62ef51f420a5f7349e677661290c (patch) | |
tree | c2bcc3d63e3fb1c8c76a20f0f2b1852c8709454d /community/ruby-cgi | |
parent | 5dcc3243fb645fd13f8b2d6db4bb2381adbf4040 (diff) |
-rw-r--r-- | community/ruby-cgi/PKGBUILD | 12 |
diff --git a/community/ruby-cgi/PKGBUILD b/community/ruby-cgi/PKGBUILD new file mode 100644 index 00000000..f41379db --- /dev/null +++ b/community/ruby-cgi/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 + ' +)" + |