5369c81487
Closes #14015. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
18 lines
596 B
Bash
18 lines
596 B
Bash
# Template build file for 'nqp'.
|
|
pkgname=nqp
|
|
version=2018.04.1
|
|
revision=1
|
|
build_style=configure
|
|
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=19ed3ea5a5884a41ec04aad5e642e12415d298398d27099d4ff3c8a40f97f945
|
|
nocross=yes
|
|
make_check_target="test"
|