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

9 lines
191 B
Bash
Raw Permalink Normal View History

2023-08-05 21:19:04 +01:00
lib32disabled=yes
hostmakedepends+=" ruby"
depends+=" ruby"
# default to rubygems
if [ -z "$distfiles" ]; then
distfiles="https://rubygems.org/downloads/${pkgname#ruby-}-${version}.gem"
fi