Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/community/ruby-uri
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2022-10-06 20:13:28 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2022-10-06 20:13:28 +0200
commit49a8b836e6a9c643f0aaa6f0ae88c4a21fb4367f (patch)
treee9ca71e29e772d699f6beb88f20f56d452bde388 /community/ruby-uri
parentae9787191a971bf59113e37c1b71a7f48f503abe (diff)
community/ruby-$i: bootstrapping
Diffstat (limited to 'community/ruby-uri')
-rw-r--r--community/ruby-uri/PKGBUILD12
1 files changed, 12 insertions, 0 deletions
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
+ '
+)"
+