contrib/nqp/Pkgfile

17 lines
424 B
Plaintext
Raw Normal View History

2012-12-16 22:53:02 +01:00
# 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
2012-12-16 22:53:02 +01:00
name=nqp
2013-12-29 12:14:11 +01:00
version=2013.12.1
2012-12-16 22:53:02 +01:00
release=1
2013-08-25 20:36:28 +02:00
source=(https://github.com/perl6/$name/archive/$version.tar.gz)
2012-12-16 22:53:02 +01:00
build() {
cd $name-$version
perl ./Configure.pl --prefix=/usr
make -j1
make DESTDIR=$PKG install
}