16 lines
621 B
Bash
16 lines
621 B
Bash
# Template build file for 'nqp'.
|
|
pkgname=nqp
|
|
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
|
|
version=2015.06
|
|
revision=1
|
|
build_style=configure
|
|
configure_script="perl Configure.pl"
|
|
configure_args="--prefix=/usr/lib/perl6 --backends=moar"
|
|
hostmakedepends="perl MoarVM"
|
|
makedepends="${hostmakedepends}"
|
|
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="80d528501a6843a9746b3060d230b080d3511720e9f4096087466e25703f4a82"
|