nqp: update to 2018.08.
This commit is contained in:
parent
46d096c5d6
commit
296ab0f047
|
@ -1,8 +1,9 @@
|
||||||
# Template file for 'nqp'
|
# Template file for 'nqp'
|
||||||
pkgname=nqp
|
pkgname=nqp
|
||||||
version=2018.06
|
version=2018.08
|
||||||
revision=1
|
revision=1
|
||||||
build_style=configure
|
build_style=configure
|
||||||
|
make_check_target=test
|
||||||
configure_script="perl Configure.pl"
|
configure_script="perl Configure.pl"
|
||||||
configure_args="--prefix=/usr --backends=moar"
|
configure_args="--prefix=/usr --backends=moar"
|
||||||
hostmakedepends="perl"
|
hostmakedepends="perl"
|
||||||
|
@ -13,6 +14,5 @@ maintainer="Ruslan <axetwe@gmail.com>"
|
||||||
license="Artistic-2.0"
|
license="Artistic-2.0"
|
||||||
homepage="https://github.com/perl6/nqp"
|
homepage="https://github.com/perl6/nqp"
|
||||||
distfiles="https://github.com/perl6/nqp/archive/${version}.tar.gz"
|
distfiles="https://github.com/perl6/nqp/archive/${version}.tar.gz"
|
||||||
checksum=f2c50bef725eddd232f6080c3bb78c6c60751b22300eb6fbfe71a15876f8c4f5
|
checksum=f14b624f05134204e5a20164f9faa37204ca9f8f221fbbd67eb4592fb8d0d487
|
||||||
nocross=yes
|
nocross=yes
|
||||||
make_check_target=test
|
|
||||||
|
|
Loading…
Reference in New Issue