void-packages/srcpkgs/nqp/template
2018-09-09 12:29:40 -03:00

18 lines
585 B
Bash

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