Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/community/ruby-rake/PKGBUILD
blob: 67fe250eb93b235e6cc958ca84166ce4b1084eaa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# building with ruby-bootstrap in /opt/ruby-xxx, but install into /usr
# and depend on 'ruby'
makedepends+=(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
      /_gemdir/ a mkdir -p "${pkgdir}"/usr/bin/
    '
)"

unset check