opt/ruby-doc/Pkgfile

15 lines
392 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=2.1.5
release=1
source=(ftp://ftp.ruby-lang.org/pub/ruby/2.1/ruby-$version.tar.xz)
build () {
cd ruby-$version
rdoc --encoding=UTF-8 --all --ri --op $PKG/usr/share/ri/2.1/system .
}