mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
nqp: update to 2019.11.
This commit is contained in:
parent
f5df1b9f61
commit
d7dd2b845e
1 changed files with 5 additions and 5 deletions
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'nqp'
|
# Template file for 'nqp'
|
||||||
pkgname=nqp
|
pkgname=nqp
|
||||||
version=2019.07.1
|
version=2019.11
|
||||||
revision=1
|
revision=1
|
||||||
build_style=configure
|
build_style=configure
|
||||||
make_check_target=test
|
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"
|
||||||
makedepends="MoarVM"
|
makedepends="MoarVM libatomic_ops-devel libffi-devel libuv-devel"
|
||||||
depends="MoarVM-${version}_${revision}"
|
depends="MoarVM-${version}_${revision}"
|
||||||
short_desc="Not Quite Perl, a lightweight Perl 6-like environment for VMs"
|
short_desc="Lightweight Perl 6-like environment for virtual machines"
|
||||||
maintainer="Ruslan <axetwe@gmail.com>"
|
maintainer="Andy Weidenbaum <archbaum@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/releases/download/${version}/${pkgname}-${version}.tar.gz"
|
distfiles="https://github.com/perl6/nqp/releases/download/${version}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=7324e5b84903c5063303a3c9fb6205bdf5f071c9778cc695ea746e7d41b12224
|
checksum=b47f911def8aafded041b079ac86e5df23b726c190664c3217c567835f481328
|
||||||
nocross=yes
|
nocross=yes
|
||||||
|
|
Loading…
Add table
Reference in a new issue