2014-11-27 20:46:56 +00:00
|
|
|
# Template build file for 'moarvm'.
|
|
|
|
pkgname=moarvm
|
2015-02-09 16:19:27 +00:00
|
|
|
version=2015.01
|
2014-11-27 20:46:56 +00:00
|
|
|
wrksrc="MoarVM-${version}"
|
|
|
|
revision=1
|
|
|
|
build_style=configure
|
|
|
|
configure_script="perl Configure.pl"
|
|
|
|
configure_args="--prefix=/usr/lib/perl6"
|
|
|
|
make_install_target="install"
|
|
|
|
hostmakedepends="perl>=5.20"
|
|
|
|
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.com/releases/MoarVM-${version}.tar.gz"
|
2015-02-09 16:19:27 +00:00
|
|
|
checksum=d02d09721bad73b8f2aa460bb731b6c59fb7bd9bf69beb5b80774a3d98065b93
|