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 | 1af08771d8bfca98d4d6238aeceaeed29a017dc0 (patch) | |
tree | 90106f7d3cf60666aa58e19a26bee981a639c95e | |
parent | 068f37d907e0956e6bd5bd6f024eff095b98a99c (diff) |
-rw-r--r-- | community/ruby-open-uri/PKGBUILD | 12 |
diff --git a/community/ruby-open-uri/PKGBUILD b/community/ruby-open-uri/PKGBUILD new file mode 100644 index 00000000..f41379db --- /dev/null +++ b/community/ruby-open-uri/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 + ' +)" + |