MoarVM: update to 2019.11.

This commit is contained in:
Andy Weidenbaum 2019-12-04 09:28:11 +13:00 committed by Juan RP
parent 54e7c66bf0
commit f5df1b9f61

View file

@ -1,18 +1,18 @@
# Template file for 'MoarVM' # Template file for 'MoarVM'
pkgname=MoarVM pkgname=MoarVM
version=2019.07.1 version=2019.11
revision=1 revision=1
build_style=configure build_style=configure
configure_script="perl Configure.pl" configure_script="perl Configure.pl"
configure_args="--prefix=/usr --has-libuv --has-libatomic_ops --has-libffi --has-libtommath" configure_args="--prefix=/usr --has-libatomic_ops --has-libffi --has-libuv"
hostmakedepends="perl" hostmakedepends="perl"
makedepends="libatomic_ops-devel libffi-devel libtommath-devel libuv-devel" makedepends="libatomic_ops-devel libffi-devel libuv-devel libzstd-devel"
short_desc="MoarVM is a virtual machine for Rakudo Perl 6" short_desc="VM for NQP and Rakudo Perl 6"
maintainer="Ruslan <axetwe@gmail.com>" maintainer="Andy Weidenbaum <archbaum@gmail.com>"
license="Artistic-2.0" license="Artistic-2.0"
homepage="https://moarvm.org" homepage="https://moarvm.org"
changelog="https://github.com/MoarVM/MoarVM/raw/master/docs/ChangeLog" changelog="https://github.com/MoarVM/MoarVM/raw/master/docs/ChangeLog"
distfiles="https://moarvm.org/releases/MoarVM-${version}.tar.gz" distfiles="https://moarvm.org/releases/MoarVM-${version}.tar.gz"
checksum=253c945ee6b589ede6949b8e77814542befcbc326190e18ef549634db4955988 checksum=d882c5114e35800eba2226f2104997052e98b3efdea6463e7edb213a87870201
nocross=yes nocross=yes
shlib_provides="libmoar.so" shlib_provides="libmoar.so"