10 lines
202 B
Bash
10 lines
202 B
Bash
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
|