nqp: update to 2015.06
This commit is contained in:
parent
2630f71508
commit
b959e78043
|
@ -1,16 +1,16 @@
|
|||
# Template build file for 'nqp'.
|
||||
pkgname=nqp
|
||||
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
|
||||
version=2015.06
|
||||
wrksrc="rakudo-star-${version}/nqp"
|
||||
revision=1
|
||||
build_style=configure
|
||||
configure_script="perl Configure.pl"
|
||||
configure_args="--prefix=/usr/lib/perl6 --backends=moar"
|
||||
hostmakedepends="perl moarvm"
|
||||
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="http://rakudo.org/downloads/star/rakudo-star-${version}.tar.gz"
|
||||
checksum="126491a2c9f408239fb8ed94d5369c9839e3fbe284fdfbfc4e45160ce2db5bc7"
|
||||
distfiles="https://github.com/perl6/nqp/archive/${version}.tar.gz"
|
||||
checksum="80d528501a6843a9746b3060d230b080d3511720e9f4096087466e25703f4a82"
|
||||
|
|
Loading…
Reference in New Issue