18 lines
		
	
	
		
			610 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			610 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # Template build file for 'moarvm'.
 | |
| pkgname=moarvm
 | |
| version=2015.02
 | |
| wrksrc="rakudo-star-${version}/MoarVM"
 | |
| revision=2
 | |
| 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://rakudo.org/downloads/star/rakudo-star-${version}.tar.gz"
 | |
| checksum="e54309b0d79afc1491767110ec39a1aa7d9314d93e29dbaab082014cfb055611"
 | 
