void-packages/common/environment/build-style/gem.sh

10 lines
202 B
Bash
Raw Normal View History

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