void-packages/srcpkgs/MoarVM/template
2020-03-24 01:01:16 +01:00

19 lines
738 B
Bash

# Template file for 'MoarVM'
pkgname=MoarVM
version=2020.01.1
revision=2
build_style=configure
configure_script="perl Configure.pl"
configure_args="--prefix=/usr --has-libatomic_ops --has-libffi --has-libuv"
hostmakedepends="perl"
makedepends="libatomic_ops-devel libffi-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
nocross=yes
shlib_provides="libmoar.so"