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