blob: ccdf5c9c04a8f9558850e203791b16c19d274aa0 (
plain)
1 # Maintainer: Juergen Daubert, jue at crux dot nu
2 # Description: Data files for the ri documentation system of Ruby
3 # URL: http://www.ruby-lang.org
4 # Depends on: ruby
5
6 name=ruby-doc
7 version=2.3.3
8 release=1
9 source=(https://cache.ruby-lang.org/pub/ruby/${version%.*}/ruby-$version.tar.xz)
10
11 build () {
12 cd ruby-$version
13 rdoc --encoding=UTF-8 --all --ri --op $PKG/usr/share/ri/${version%.*}/system .
14 }
|