index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2022-10-06 16:00:40 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2022-10-06 16:00:40 +0200 |
commit | 5dcc3243fb645fd13f8b2d6db4bb2381adbf4040 (patch) | |
tree | 8adde38c5eb6bd40ea437deff10fd66b0a04c8fe /community/ruby-rake-compiler/PKGBUILD | |
parent | c38f6fa9a74e713cf193fa5a42ac79f21ba82014 (diff) |
-rw-r--r-- | community/ruby-rake-compiler/PKGBUILD | 14 |
diff --git a/community/ruby-rake-compiler/PKGBUILD b/community/ruby-rake-compiler/PKGBUILD new file mode 100644 index 00000000..1cd5ffb6 --- /dev/null +++ b/community/ruby-rake-compiler/PKGBUILD @@ -0,0 +1,14 @@ +# bootstrapping with ruby-bootstrap in /opt/ruby-xxx +depends=(ruby-bootstrap) + +# no documentation during bootstrapping +makedepends=(${makedepends[@]//ruby-rdoc/}) + +# 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 + ' +)" + |