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