opt/ruby-doc/Pkgfile

15 lines
399 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01: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 16:26:10 +01:00
name=ruby-doc
2024-04-23 17:32:24 +02:00
version=3.3.1
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
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 16:26:10 +01:00
}