MoarVM: update to 2020.05.
This commit is contained in:
parent
d4bf579cde
commit
f1674025d2
1 changed files with 7 additions and 5 deletions
|
@ -1,18 +1,20 @@
|
|||
# Template file for 'MoarVM'
|
||||
pkgname=MoarVM
|
||||
version=2020.01.1
|
||||
revision=2
|
||||
version=2020.05
|
||||
revision=1
|
||||
build_style=configure
|
||||
configure_script="perl Configure.pl"
|
||||
configure_args="--prefix=/usr --has-libatomic_ops --has-libffi --has-libuv"
|
||||
configure_args="--prefix=/usr --has-libatomic_ops --has-libffi
|
||||
--has-libtommath --has-libuv"
|
||||
hostmakedepends="perl"
|
||||
makedepends="libatomic_ops-devel libffi-devel libuv-devel libzstd-devel"
|
||||
makedepends="libatomic_ops-devel libffi-devel libtommath-devel libuv-devel
|
||||
libzstd-devel"
|
||||
short_desc="VM with adaptive optimization and JIT compilation, built for Rakudo"
|
||||
maintainer="Andy Weidenbaum <archbaum@gmail.com>"
|
||||
license="Artistic-2.0"
|
||||
homepage="https://moarvm.org"
|
||||
changelog="https://github.com/MoarVM/MoarVM/raw/master/docs/ChangeLog"
|
||||
distfiles="https://moarvm.org/releases/MoarVM-${version}.tar.gz"
|
||||
checksum=dcb61e44a098e8375c385eb9d52bd6394255a388697b2f6a52d88e6cf4a53587
|
||||
checksum=9368d2c691ea8710459a48c323915df6648c4a67d2ce24c27fc74f6b084a824b
|
||||
nocross=yes
|
||||
shlib_provides="libmoar.so"
|
||||
|
|
Loading…
Add table
Reference in a new issue