opt/ruby-doc/Pkgfile

15 lines
416 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
2020-12-28 13:32:32 +01:00
version=3.0.0
2006-02-23 16:26:10 +01:00
release=1
2015-12-23 15:37:29 +01:00
source=(https://cache.ruby-lang.org/pub/ruby/${version%.*}/ruby-$version.tar.xz)
2006-02-23 16:26:10 +01:00
build () {
cd ruby-$version
2015-07-05 11:58:51 +02:00
rdoc --encoding=UTF-8 --all --ri --op $PKG/usr/share/ri/${version%.*}/system .
2006-02-23 16:26:10 +01:00
}