void-packages/srcpkgs/MoarVM/template
xaduha 74c5724779 rakudo-star: updated to 2016.03
* MoarVM: updated to 2016.03

* nqp: updated to 2016.03

* rakudo-star: updated to 2016.03

* rakudo: updated to 2016.03

* panda: updated to 2016.02
2016-04-02 08:13:50 +02:00

22 lines
712 B
Bash

# Template build file for 'MoarVM'.
pkgname=MoarVM
version=2016.03
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=dfc3914e609f30ff06f14267bcbb4fcc6da3d85782d35c1838701a5ea41d8f2f
do_clean() {
rm -rf ${DESTDIR}/usr/include/libuv ${DESTDIR}/usr/include/libtommath
}