void-packages/srcpkgs/MoarVM/template

19 lines
609 B
Bash
Raw Normal View History

2015-07-02 02:52:38 +02:00
# Template build file for 'MoarVM'.
2015-07-02 02:49:30 +02:00
pkgname=MoarVM
2015-11-30 10:28:27 +01:00
only_for_archs="i686 x86_64"
2015-11-30 10:12:19 +01:00
version=2015.11
2015-07-02 02:49:30 +02: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-11-30 10:12:19 +01:00
checksum=eca0efcd620c51909b6caea8e3c8085f0de1dbb629dc064bea3a916a9bead5cf
2015-07-02 02:49:30 +02:00
shlib_provides="libmoar.so"
make_install_target="install"