void-packages/srcpkgs/MoarVM/template
2015-07-02 00:52:38 +00:00

18 lines
633 B
Bash

# Template build file for 'MoarVM'.
pkgname=MoarVM
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
version=2015.06
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="8dfe52630a3fcc749b653591f8a4e7fa723cd204cf0f6133b62b70d1b9c5980f"
shlib_provides="libmoar.so"
make_install_target="install"