18 lines
697 B
Bash
18 lines
697 B
Bash
# Template file for 'MoarVM'
|
|
pkgname=MoarVM
|
|
version=2019.11
|
|
revision=1
|
|
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 for NQP and Rakudo Perl 6"
|
|
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=d882c5114e35800eba2226f2104997052e98b3efdea6463e7edb213a87870201
|
|
nocross=yes
|
|
shlib_provides="libmoar.so"
|