Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/community/ruby-csv
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2022-10-06 18:59:31 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2022-10-06 18:59:31 +0200
commit58d48c084c4740c41c842f2b184bb85f50d3245a (patch)
tree2f500613cecbaf2ea48315b3a33e0de4e1ee5a29 /community/ruby-csv
parented852d528e2fac7e1c5633bcb338512dffe2a78c (diff)
community/ruby-csv: bootstrapping
Diffstat (limited to 'community/ruby-csv')
-rw-r--r--community/ruby-csv/PKGBUILD16
1 files changed, 16 insertions, 0 deletions
diff --git a/community/ruby-csv/PKGBUILD b/community/ruby-csv/PKGBUILD
new file mode 100644
index 00000000..d638ed30
--- /dev/null
+++ b/community/ruby-csv/PKGBUILD
@@ -0,0 +1,16 @@
+# 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
+ '
+)"
+
+# Command failed with status (1): [/opt/ruby-bootstrap-3.0.4/bin/ruby run-tes...]
+# /build/ruby-csv/src/csv-3.2.5/Rakefile:10:in `block in <top (required)>'
+# Tasks: TOP => test
+unset check