nqp: update to 2015.06
This commit is contained in:
parent
2630f71508
commit
b959e78043
srcpkgs/nqp
|
@ -1,16 +1,16 @@
|
||||||
# Template build file for 'nqp'.
|
# Template build file for 'nqp'.
|
||||||
pkgname=nqp
|
pkgname=nqp
|
||||||
|
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
|
||||||
version=2015.06
|
version=2015.06
|
||||||
wrksrc="rakudo-star-${version}/nqp"
|
|
||||||
revision=1
|
revision=1
|
||||||
build_style=configure
|
build_style=configure
|
||||||
configure_script="perl Configure.pl"
|
configure_script="perl Configure.pl"
|
||||||
configure_args="--prefix=/usr/lib/perl6 --backends=moar"
|
configure_args="--prefix=/usr/lib/perl6 --backends=moar"
|
||||||
hostmakedepends="perl moarvm"
|
hostmakedepends="perl MoarVM"
|
||||||
makedepends="${hostmakedepends}"
|
makedepends="${hostmakedepends}"
|
||||||
short_desc="Not Quite Perl, a lightweight Perl 6-like environment for VMs"
|
short_desc="Not Quite Perl, a lightweight Perl 6-like environment for VMs"
|
||||||
maintainer="Ruslan <axetwe@gmail.com>"
|
maintainer="Ruslan <axetwe@gmail.com>"
|
||||||
homepage="http://github.com/perl6/nqp"
|
homepage="http://github.com/perl6/nqp"
|
||||||
license="Artistic-2.0"
|
license="Artistic-2.0"
|
||||||
distfiles="http://rakudo.org/downloads/star/rakudo-star-${version}.tar.gz"
|
distfiles="https://github.com/perl6/nqp/archive/${version}.tar.gz"
|
||||||
checksum="126491a2c9f408239fb8ed94d5369c9839e3fbe284fdfbfc4e45160ce2db5bc7"
|
checksum="80d528501a6843a9746b3060d230b080d3511720e9f4096087466e25703f4a82"
|
||||||
|
|
Loading…
Reference in New Issue