17 lines
616 B
Bash
17 lines
616 B
Bash
# Template build file for 'nqp'.
|
|
pkgname=nqp
|
|
only_for_archs="i686 x86_64"
|
|
version=2016.02
|
|
revision=1
|
|
build_style=configure
|
|
configure_script="perl Configure.pl"
|
|
configure_args="--prefix=/usr --backends=moar"
|
|
hostmakedepends="perl MoarVM"
|
|
makedepends="${hostmakedepends}"
|
|
depends="MoarVM>=${version}"
|
|
short_desc="Not Quite Perl, a lightweight Perl 6-like environment for VMs"
|
|
maintainer="Ruslan <axetwe@gmail.com>"
|
|
homepage="http://github.com/perl6/nqp"
|
|
license="Artistic-2.0"
|
|
distfiles="https://github.com/perl6/nqp/archive/${version}.tar.gz"
|
|
checksum=2ecd1fa991d12cdb3ff0dae2d009d831d09609f352950b1c1a9de2b69a0fe25a
|