Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/community/ruby-fiddle
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2022-10-06 20:06:11 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2022-10-06 20:06:11 +0200
commite321248414911649890702d00caf3776b4d596e7 (patch)
tree6c28d05c68cd035079e085ff72d975741ddc57f8 /community/ruby-fiddle
parent86cfc628fbb61e1fd9b48c8030cacc6f1d7615a4 (diff)
community/ruby-fiddle: bootstrapping
Diffstat (limited to 'community/ruby-fiddle')
-rw-r--r--community/ruby-fiddle/PKGBUILD14
1 files changed, 14 insertions, 0 deletions
diff --git a/community/ruby-fiddle/PKGBUILD b/community/ruby-fiddle/PKGBUILD
new file mode 100644
index 00000000..714be1a9
--- /dev/null
+++ b/community/ruby-fiddle/PKGBUILD
@@ -0,0 +1,14 @@
+# 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
+ '
+)"
+
+# tests are failing
+unset check