void-packages/srcpkgs/nqp/template

19 lines
605 B
Bash

# Template build file for 'nqp'.
pkgname=nqp
version=2018.01
revision=1
build_style=configure
configure_script="perl Configure.pl"
configure_args="--prefix=/usr --backends=moar"
hostmakedepends="perl"
makedepends="MoarVM"
depends="MoarVM>=${version}"
short_desc="Not Quite Perl, a lightweight Perl 6-like environment for VMs"
maintainer="Ruslan <axetwe@gmail.com>"
homepage="http://github.com/perl6/nqp"
license="Artistic-2.0"
distfiles="https://github.com/perl6/nqp/archive/${version}.tar.gz"
nocross=yes
checksum=95b582ead76ef0e813c04c7060508c7b07d8dd9e4d9ae14b536156f400e09d27
make_check_target="test"