void-packages/srcpkgs/MoarVM/template

20 lines
781 B
Bash

# Template file for 'MoarVM'
pkgname=MoarVM
version=2023.04
revision=1
build_style=configure
configure_script="perl Configure.pl"
configure_args="--prefix=/usr --c11-atomics --has-libffi --has-libtommath
--has-libuv"
hostmakedepends="perl"
makedepends="libffi-devel libtommath-devel libuv-devel libzstd-devel"
short_desc="VM with adaptive optimization and JIT compilation, built for Rakudo"
maintainer="Andy Weidenbaum <atweiden@tutanota.de>"
license="Artistic-2.0"
homepage="https://moarvm.org"
changelog="https://github.com/MoarVM/MoarVM/raw/master/docs/ChangeLog"
distfiles="https://github.com/MoarVM/MoarVM/releases/download/${version}/MoarVM-${version}.tar.gz"
checksum=8e83e894a3e04a213adb340552520f30181d4d280c77a576b5c1ee2214a03364
nocross=yes
shlib_provides="libmoar.so"