2006-02-23 15:26:10 +00:00
|
|
|
# Description: Data files for the ri documentation system of Ruby
|
2021-04-06 11:30:41 +02:00
|
|
|
# URL: http://www.ruby-lang.org
|
|
|
|
# Maintainer: Juergen Daubert, jue at crux dot nu
|
|
|
|
# Depends on: ruby
|
2006-02-23 15:26:10 +00:00
|
|
|
|
|
|
|
name=ruby-doc
|
2024-01-05 12:52:32 +01:00
|
|
|
version=3.3.0
|
2006-02-23 15:26:10 +00: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 15:26:10 +00:00
|
|
|
|
2021-04-06 11:30:41 +02:00
|
|
|
build() {
|
|
|
|
cd ruby-$version
|
|
|
|
rdoc --encoding=UTF-8 --all --ri --op $PKG/usr/share/ri/${version%.*}/system .
|
2006-02-23 15:26:10 +00:00
|
|
|
}
|