contrib/nqp/Pkgfile
2014-02-09 11:49:09 +01:00

17 lines
422 B
Plaintext

# Description: lightweight Perl 6-like environment for virtual machines
# URL: https://github.com/perl6/nqp
# Maintainer: Bartlomiej Palmowski, rotwang at crux dot org dot pl
# Depends on: parrot
name=nqp
version=2014.01
release=1
source=(https://github.com/perl6/$name/archive/$version.tar.gz)
build() {
cd $name-$version
perl ./Configure.pl --prefix=/usr
make -j1
make DESTDIR=$PKG install
}