void-packages/srcpkgs/MoarVM/template
2021-06-28 11:14:08 -03:00

21 lines
774 B
Bash

# Template file for 'MoarVM'
pkgname=MoarVM
version=2021.06
revision=1
build_style=configure
configure_script="perl Configure.pl"
configure_args="--prefix=/usr --has-libatomic_ops --has-libffi
--has-libtommath --has-libuv"
hostmakedepends="perl"
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 <atweiden@tutanota.de>"
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=2300a921d504c9d33f111cbe08097d0011bfb06000c018b8d4353d97966772a7
nocross=yes
shlib_provides="libmoar.so"