rakudo-star: update to 2015.06
This commit is contained in:
parent
b959e78043
commit
a2171e110d
1 changed files with 3 additions and 3 deletions
|
@ -1,12 +1,12 @@
|
|||
# Template build file for 'rakudo-star'.
|
||||
pkgname=rakudo-star
|
||||
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
|
||||
version=2015.06
|
||||
wrksrc="rakudo-star-${version}"
|
||||
revision=1
|
||||
build_style=configure
|
||||
configure_script="perl Configure.pl"
|
||||
configure_args="--prefix=/usr/lib/perl6 --backends=moar"
|
||||
hostmakedepends="perl moarvm nqp"
|
||||
hostmakedepends="perl MoarVM nqp"
|
||||
makedepends="${hostmakedepends}"
|
||||
short_desc="Rakudo is an implementation of Perl 6 language"
|
||||
maintainer="Ruslan <axetwe@gmail.com>"
|
||||
|
@ -14,7 +14,7 @@ homepage="http://rakudo.org"
|
|||
license="Artistic-2.0"
|
||||
distfiles="http://rakudo.org/downloads/star/rakudo-star-${version}.tar.gz"
|
||||
checksum="126491a2c9f408239fb8ed94d5369c9839e3fbe284fdfbfc4e45160ce2db5bc7"
|
||||
depends="moarvm nqp"
|
||||
depends="MoarVM nqp"
|
||||
|
||||
post_install() {
|
||||
vinstall ${FILESDIR}/rakudo-star.sh 644 etc/profile.d
|
||||
|
|
Loading…
Add table
Reference in a new issue