Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/community/ruby-json
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
commit8fe95de7096afd3573620ec48e2035f1b2a32d76 (patch)
tree6139ce00fa27dc862acbc9cdb666dda3eb7a6f4c /community/ruby-json
parent483a8c631c1ef8c1f1498aa4bc7d2fb50a509f8c (diff)
community/ruby-$i: bootstrapping
Diffstat (limited to 'community/ruby-json')
-rw-r--r--community/ruby-json/PKGBUILD12
1 files changed, 12 insertions, 0 deletions
diff --git a/community/ruby-json/PKGBUILD b/community/ruby-json/PKGBUILD
new file mode 100644
index 00000000..f41379db
--- /dev/null
+++ b/community/ruby-json/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
+ '
+)"
+