void-packages/srcpkgs/MoarVM/template
2015-09-29 09:14:14 +00:00

19 lines
611 B
Bash

# Template build file for 'MoarVM'.
pkgname=MoarVM
only_for_archs="i686 x86_64"
version=2015.09
revision=1
build_style=configure
configure_script="perl Configure.pl"
configure_args="--prefix=/usr/lib/perl6"
hostmakedepends="perl"
makedepends="${hostmakedepends}"
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"
checksum="e93d1d2e918764971fd9e9fd68de73ad900abb25d224a5049a105aae54dba7d3"
shlib_provides="libmoar.so"
make_install_target="install"