void-packages/srcpkgs/MoarVM/template

19 lines
633 B
Bash
Raw Normal View History

2015-07-02 00:52:38 +00:00
# Template build file for 'MoarVM'.
2015-07-02 00:49:30 +00:00
pkgname=MoarVM
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
2015-07-29 20:17:10 +00:00
version=2015.07
2015-07-02 00:49:30 +00:00
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"
2015-07-29 20:17:10 +00:00
checksum="310a4ea6dbaacaf1837606edf6c42170143f60c8e29eb94c7e6fea810b6af10b"
2015-07-02 00:49:30 +00:00
shlib_provides="libmoar.so"
make_install_target="install"