vp-build/srcpkgs/nqp/template

19 lines
628 B
Bash

# Template file for 'nqp'
pkgname=nqp
version=2018.10
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-${version}_${revision}"
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://rakudo.perl6.org/downloads/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=ea97fd1ff3f9cf3efe10bcff8795bc0a6d1e0f316eb213f061c8fc1585f891c7
nocross=yes