From e321248414911649890702d00caf3776b4d596e7 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 6 Oct 2022 20:06:11 +0200 Subject: community/ruby-fiddle: bootstrapping --- community/ruby-fiddle/PKGBUILD | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 community/ruby-fiddle/PKGBUILD diff --git a/community/ruby-fiddle/PKGBUILD b/community/ruby-fiddle/PKGBUILD new file mode 100644 index 00000000..714be1a9 --- /dev/null +++ b/community/ruby-fiddle/PKGBUILD @@ -0,0 +1,14 @@ +# 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 + ' +)" + +# tests are failing +unset check -- cgit v1.2.3-54-g00ecf