blob: 6cae48190c57ec679bf6f9f1364759cb4c8e0c5c (
plain)
1
2
3
4
5
6
|
# building with ruby-bootstrap in /opt/ruby-xxx, but install into /usr
# and depend on 'rust'
makedepends=(ruby-bootstrap)
# no documentation during bootstrapping
makedepends=(${makedepends[@]//ruby-rdoc/})
|