# 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.6
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 .
}
