build_style: Add gem build_style
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user