# building with ruby-bootstrap in /opt/ruby-xxx, but install into /usr # and depend on 'ruby' # this means that 'ruby setup.py' is not found (must set PATH to bootstrap ruby) makedepends=(ruby-bootstrap) depends=() # 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 3 i PATH="/opt/ruby-bootstrap-3.0.4/bin:${PATH}" ' )" unset check