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