New package: moarvm
This commit is contained in:
parent
429e7e000d
commit
296fffd24f
1 changed files with 17 additions and 0 deletions
17
srcpkgs/moarvm/template
Normal file
17
srcpkgs/moarvm/template
Normal file
|
@ -0,0 +1,17 @@
|
|||
# Template build file for 'moarvm'.
|
||||
pkgname=moarvm
|
||||
version=2014.09
|
||||
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"
|
||||
checksum="5d37b621323176f8c6eaacc1395326e6e5dcf4f34c938910597661cb175a6d3a"
|
Loading…
Reference in a new issue