nqp: update to 2018.04.
Closes #13846. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
bd3ecf0401
commit
b716e43059
1 changed files with 4 additions and 4 deletions
|
@ -1,18 +1,18 @@
|
|||
# Template build file for 'nqp'.
|
||||
pkgname=nqp
|
||||
version=2018.02
|
||||
version=2018.04
|
||||
revision=1
|
||||
build_style=configure
|
||||
configure_script="perl Configure.pl"
|
||||
configure_args="--prefix=/usr --backends=moar"
|
||||
hostmakedepends="perl"
|
||||
makedepends="MoarVM"
|
||||
depends="MoarVM>=${version}"
|
||||
depends="MoarVM"
|
||||
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"
|
||||
homepage="https://github.com/perl6/nqp"
|
||||
distfiles="https://github.com/perl6/nqp/archive/${version}.tar.gz"
|
||||
checksum=45de6aee87321b7c62bb8d584666724893965af7d7c99d3b29ffb3c1d5dd60f5
|
||||
nocross=yes
|
||||
checksum=7c44a3c37122ca4d47c6a95d5f8c8395149e2c472d1cbef1320280bc4b97e0d1
|
||||
make_check_target="test"
|
||||
|
|
Loading…
Reference in a new issue