void-packages/srcpkgs/MoarVM/template
maxice8 f2bea1a970 rakudo: update to 2017.11. (#9678)
* MoarVM: update to 2017.11.

* nqp: update to 2017.11.

* rakudo: update to 2017.11.
2017-12-01 20:32:36 +01:00

22 lines
712 B
Bash

# Template build file for 'MoarVM'.
pkgname=MoarVM
version=2017.11
revision=1
build_style=configure
configure_script="perl Configure.pl"
configure_args="--prefix=/usr --has-libuv --has-libatomic_ops --has-libffi"
hostmakedepends="perl"
makedepends="libuv-devel libatomic_ops-devel libffi-devel"
short_desc="MoarVM is a virtual machine for Rakudo Perl 6"
maintainer="Ruslan <axetwe@gmail.com>"
homepage="http://moarvm.com"
license="Artistic-2.0"
distfiles="http://moarvm.org/releases/MoarVM-${version}.tar.gz"
nocross="yes"
shlib_provides="libmoar.so"
checksum=466b44718f7b67d514bd0be07f9945f9cef4f1e404bf99b1e2b67880b28d4cee
do_clean() {
rm -rf ${DESTDIR}/usr/include/libuv ${DESTDIR}/usr/include/libtommath
}