description="An object-oriented language for quick and easy programming"
url="http://ruby-lang.org"

packager="Tnut <tnut@nutyx.org>"
contributors="Pierre,Minzord,Spiky"

makedepends=(doxygen)

name=ruby
version=3.0.5

source=(http://cache.ruby-lang.org/pub/ruby/${version:0:3}/ruby-$version.tar.xz)

build() {
cd ruby-$version
./configure --prefix=/usr --enable-shared \
--docdir=/usr/share/doc/$name-$version
make
make capi
make DESTDIR=$PKG install
}
