mirror of
https://github.com/xHyroM/void-packages.git
synced 2024-11-10 00:48:06 +01:00
8 lines
191 B
Bash
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
|