void-packages/srcpkgs/ruby/ruby-gems.template
2011-11-17 17:15:10 +01:00

26 lines
717 B
Plaintext

# Template file for 'ruby-gems'.
#
short_desc="Package management framework for Ruby libraries/applications"
long_desc="
This is a way to package Ruby libraries/applications for distribution.
RubyGems provides the ability to manage concurrent versions of libraries
and dependencies between those libraries. Using RubyGems, you can:
* download and install Ruby libraries easily
* not worry about libraries A and B depending on different versions of
library C
* easily remove libraries you no longer use
This package provides RubyGems with Ruby 1.9.1."
noarch=yes
Add_dependency run ruby-rdoc
Add_dependency run ruby
do_install()
{
vmove usr/bin/gem usr/bin
vmove usr/lib/ruby/gems usr/lib/ruby
}