18 lines
628 B
Bash
18 lines
628 B
Bash
# Template file for 'nqp'
|
|
pkgname=nqp
|
|
version=2018.12
|
|
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=219db519ad5c1848e4528a56a506dd74b0839ca1d910788411f3bfedf5045d36
|
|
nocross=yes
|