opt/ruby-doc/Pkgfile

15 lines
392 B
Plaintext
Raw Normal View History

2011-02-02 13:44:37 +01:00
# Maintainer: Juergen Daubert, jue at crux dot nu
2006-02-23 16:26:10 +01:00
# Description: Data files for the ri documentation system of Ruby
# URL: http://www.ruby-lang.org
# Depends on: ruby
name=ruby-doc
2015-04-13 18:57:10 +02:00
version=2.1.6
2006-02-23 16:26:10 +01:00
release=1
2014-09-19 13:44:18 +02:00
source=(ftp://ftp.ruby-lang.org/pub/ruby/2.1/ruby-$version.tar.xz)
2006-02-23 16:26:10 +01:00
build () {
cd ruby-$version
2014-02-25 12:15:33 +01:00
rdoc --encoding=UTF-8 --all --ri --op $PKG/usr/share/ri/2.1/system .
2006-02-23 16:26:10 +01:00
}