1
0
Fork 0
mirror of https://github.com/xHyroM/void-packages.git synced 2024-09-20 04:23:19 +02:00
void-packages/common/environment/build-style/gem.sh
2024-03-29 08:12:19 +01:00

8 lines
191 B
Bash

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