17 lines
627 B
Bash
17 lines
627 B
Bash
# Template build file for 'nqp'.
|
|
pkgname=nqp
|
|
only_for_archs="i686 x86_64"
|
|
version=2015.09.1
|
|
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>=2015.09"
|
|
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="750f8f3b837372b278785d41c41c8f7543b40b3e2600fd1c6bd258be0590e70d"
|