nqp: update to 2022.07.
This commit is contained in:
parent
6f4f5be2ba
commit
13b1dd14c8
|
@ -1,19 +1,18 @@
|
||||||
# Template file for 'nqp'
|
# Template file for 'nqp'
|
||||||
pkgname=nqp
|
pkgname=nqp
|
||||||
version=2022.06
|
version=2022.07
|
||||||
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="git perl"
|
hostmakedepends="git perl"
|
||||||
makedepends="MoarVM libatomic_ops-devel libffi-devel libtommath-devel
|
makedepends="MoarVM libffi-devel libtommath-devel libuv-devel"
|
||||||
libuv-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/${pkgname}-${version}.tar.gz"
|
distfiles="https://rakudo.org/dl/nqp/${pkgname}-${version}.tar.gz"
|
||||||
checksum=8edf620e5994b265578a037eebdca0e3d622f993ef89a4195553fa01f81e4f24
|
checksum=58081c106d672a5406018fd69912c8d485fd12bf225951325c50c929a8232268
|
||||||
nocross=yes
|
nocross=yes
|
||||||
|
|
Loading…
Reference in New Issue