New package: rakudo-star

This commit is contained in:
axetwe 2014-11-27 20:47:24 +00:00
parent 07156fceb4
commit a7c12f2b77
2 changed files with 22 additions and 0 deletions

View file

@ -0,0 +1 @@
export PATH="$PATH:/usr/lib/perl6/bin"

View file

@ -0,0 +1,21 @@
# Template build file for 'rakudo-star'.
pkgname=rakudo-star
version=2014.09
wrksrc="rakudo-star-${version}"
revision=1
build_style=configure
configure_script="perl Configure.pl"
configure_args="--prefix=/usr/lib/perl6 --backends=moar"
hostmakedepends="perl>=5.20 moarvm>=2014.09 nqp>=2014.09"
makedepends="${hostmakedepends}"
depends="moarvm>=2014.09 nqp>=2014.09"
short_desc="Rakudo is an implementation of Perl 6 language"
maintainer="Ruslan <axetwe@gmail.com>"
homepage="http://rakudo.org"
license="Artistic-2.0"
distfiles="http://rakudo.org/downloads/star/rakudo-star-2014.09.tar.gz"
checksum=e7cfc6f4d92d9841f03246d68d51ed54d48df08736b0bd73626fe45196498649
post_install() {
vinstall ${FILESDIR}/rakudo-star.sh 644 etc/profile.d
}