mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 19:02:57 +02:00
nqp: update to 2025.06.1.
This commit is contained in:
parent
20054ebc14
commit
50a773e20e
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'nqp'
|
# Template file for 'nqp'
|
||||||
pkgname=nqp
|
pkgname=nqp
|
||||||
version=2025.01
|
version=2025.06.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=configure
|
build_style=configure
|
||||||
make_check_target=test
|
make_check_target=test
|
||||||
|
@ -8,13 +8,13 @@ configure_script="perl Configure.pl"
|
||||||
configure_args="--prefix=/usr --backends=moar"
|
configure_args="--prefix=/usr --backends=moar"
|
||||||
hostmakedepends="git perl"
|
hostmakedepends="git perl"
|
||||||
makedepends="MoarVM libffi-devel libtommath-devel libuv-devel mimalloc-devel"
|
makedepends="MoarVM libffi-devel libtommath-devel libuv-devel mimalloc-devel"
|
||||||
depends="MoarVM-${version}_${revision}"
|
depends="MoarVM-${version%.*}_${revision}"
|
||||||
short_desc="Lightweight Raku-like environment for virtual machines"
|
short_desc="Lightweight Raku-like environment for virtual machines"
|
||||||
maintainer="Andy Weidenbaum <atweiden@tutanota.de>"
|
maintainer="Andy Weidenbaum <atweiden@tutanota.de>"
|
||||||
license="Artistic-2.0"
|
license="Artistic-2.0"
|
||||||
homepage="https://github.com/Raku/nqp"
|
homepage="https://github.com/Raku/nqp"
|
||||||
distfiles="https://rakudo.org/dl/nqp/nqp-${version}.tar.gz"
|
distfiles="https://rakudo.org/dl/nqp/nqp-${version}.tar.gz"
|
||||||
checksum=c0533292c388feaf747b62ca5728efaf15d5905296de32c4cf37ee22de9fd1e6
|
checksum=e6dfdfccf9e306ef03858c0b0929e7730034320cc893a9321fe6420d2d503353
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
arm*|aarch64*) disable_parallel_build=yes;;
|
arm*|aarch64*) disable_parallel_build=yes;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Add table
Reference in a new issue