vp-build/common/environment/build-style/gem.sh

10 lines
202 B
Bash
Raw Normal View History

2018-10-30 23:52:59 +01:00
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