From 07e76c48d533e1f6dd3168f911cce28c71c3e6f9 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 6 Oct 2022 20:13:27 +0200 Subject: community/ruby-$i: bootstrapping --- community/ruby-mutex_m/PKGBUILD | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 community/ruby-mutex_m/PKGBUILD (limited to 'community/ruby-mutex_m/PKGBUILD') diff --git a/community/ruby-mutex_m/PKGBUILD b/community/ruby-mutex_m/PKGBUILD new file mode 100644 index 00000000..f41379db --- /dev/null +++ b/community/ruby-mutex_m/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 + ' +)" + -- cgit v1.2.3-54-g00ecf