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