1
0
forked from ports/opt
opt/ruby-doc/Pkgfile
Juergen Daubert 390999b623 ruby-doc: update to 1.9.3-p385
(cherry picked from commit 7c7f10c0821796faf4ae4f0d52e376d3a9e9adab)
2013-02-06 16:32:00 +01:00

15 lines
398 B
Plaintext

# Maintainer: Juergen Daubert, jue at crux dot nu
# Description: Data files for the ri documentation system of Ruby
# URL: http://www.ruby-lang.org
# Depends on: ruby
name=ruby-doc
version=1.9.3-p385
release=1
source=(ftp://ftp.ruby-lang.org/pub/ruby/1.9/ruby-$version.tar.bz2)
build () {
cd ruby-$version
rdoc --encoding=UTF-8 --all --ri --op $PKG/usr/share/ri/1.9/system .
}