Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/community/ruby-rake/PKGBUILD
blob: 444fe285d7380af368f68bd1c81ce877b3863b92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# building with ruby-bootstrap in /opt/ruby-xxx, but install into /usr
# and depend on 'rust'
makedepends+=(ruby-bootstrap)

# create /opt/ruby-xxx/bin
# install to final destination in /usr and not into /opt/ruby-xxx
eval "$(
  declare -f package | \
    sed '
      /_gemdir/ a mkdir -p "${pkgdir}"/usr/bin
    '
)"