19 lines
599 B
Bash
19 lines
599 B
Bash
# Template file for 'nqp'
|
|
pkgname=nqp
|
|
version=2018.09
|
|
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://rakudo.perl6.org/downloads/$pkgname/$pkgname-$version.tar.gz"
|
|
checksum=8effea7b14a52a4c09a000bf6cde4cbf13385246af9b31a5da4dab27361ca905
|
|
nocross=yes
|