Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/community/ruby-bigdecimal
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2022-10-06 16:45:55 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2022-10-06 16:45:55 +0200
commit708f3a36657b62ef51f420a5f7349e677661290c (patch)
treec2bcc3d63e3fb1c8c76a20f0f2b1852c8709454d /community/ruby-bigdecimal
parent5dcc3243fb645fd13f8b2d6db4bb2381adbf4040 (diff)
community/ruby-rake: building for ruby-bootstrap into /opt first
Diffstat (limited to 'community/ruby-bigdecimal')
-rw-r--r--community/ruby-bigdecimal/PKGBUILD12
1 files changed, 12 insertions, 0 deletions
diff --git a/community/ruby-bigdecimal/PKGBUILD b/community/ruby-bigdecimal/PKGBUILD
new file mode 100644
index 00000000..f41379db
--- /dev/null
+++ b/community/ruby-bigdecimal/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
+ '
+)"
+