build_style: Add gem build_style
This commit is contained in:
parent
e7dc19bbea
commit
49e11e1ca5
3 changed files with 74 additions and 0 deletions
9
common/environment/build-style/gem.sh
Normal file
9
common/environment/build-style/gem.sh
Normal file
|
@ -0,0 +1,9 @@
|
|||
lib32disabled=yes
|
||||
hostmakedepends+=" ruby"
|
||||
depends+=" ruby"
|
||||
noarch=yes
|
||||
|
||||
# default to rubygems
|
||||
if [ -z "$distfiles" ]; then
|
||||
distfiles="https://rubygems.org/downloads/${pkgname#ruby-}-${version}.gem"
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue