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 | 49a8b836e6a9c643f0aaa6f0ae88c4a21fb4367f (patch) | |
tree | e9ca71e29e772d699f6beb88f20f56d452bde388 /community/ruby-uri | |
parent | ae9787191a971bf59113e37c1b71a7f48f503abe (diff) |
-rw-r--r-- | community/ruby-uri/PKGBUILD | 12 |
diff --git a/community/ruby-uri/PKGBUILD b/community/ruby-uri/PKGBUILD new file mode 100644 index 00000000..f41379db --- /dev/null +++ b/community/ruby-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 + ' +)" + |