18 lines
642 B
Bash
18 lines
642 B
Bash
# Template file for 'nqp'
|
|
pkgname=nqp
|
|
version=2019.07.1
|
|
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://github.com/perl6/nqp/releases/download/${version}/${pkgname}-${version}.tar.gz"
|
|
checksum=7324e5b84903c5063303a3c9fb6205bdf5f071c9778cc695ea746e7d41b12224
|
|
nocross=yes
|