Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/community/ruby-forwardable
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2022-10-06 20:13:26 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2022-10-06 20:13:26 +0200
commit5b5166622d6250b5c11fcb39c3e77b767e048c03 (patch)
tree6cd9650436c632a94041c38d87564bfe97a156d4 /community/ruby-forwardable
parent51de7237fdda74a4d85986897456f5fa11bffd15 (diff)
community/ruby-$i: bootstrapping
Diffstat (limited to 'community/ruby-forwardable')
-rw-r--r--community/ruby-forwardable/PKGBUILD12
1 files changed, 12 insertions, 0 deletions
diff --git a/community/ruby-forwardable/PKGBUILD b/community/ruby-forwardable/PKGBUILD
new file mode 100644
index 00000000..f41379db
--- /dev/null
+++ b/community/ruby-forwardable/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
+ '
+)"
+