18 lines
626 B
Bash
18 lines
626 B
Bash
# Template build file for 'nqp'.
|
|
pkgname=nqp
|
|
only_for_archs="i686 x86_64"
|
|
version=2015.11
|
|
revision=1
|
|
build_style=configure
|
|
configure_script="perl Configure.pl"
|
|
configure_args="--prefix=/usr/lib/perl6 --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=d85f89401610c7f3a767fca1d140305a84c01879d0b9ab03d32ffece076f9965
|