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