21 lines
720 B
Bash
21 lines
720 B
Bash
# Template build file for 'rakudo-star'.
|
|
pkgname=rakudo-star
|
|
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
|
|
version=2015.07
|
|
revision=1
|
|
build_style=configure
|
|
configure_script="perl Configure.pl"
|
|
configure_args="--prefix=/usr/lib/perl6 --backends=moar"
|
|
hostmakedepends="perl MoarVM nqp"
|
|
makedepends="${hostmakedepends}"
|
|
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-${version}.tar.gz"
|
|
checksum="84d7812a735eedc39d7c0898d4fd15ecd82563971744b2bc6ff0a1c581c82910"
|
|
depends="MoarVM nqp"
|
|
|
|
post_install() {
|
|
vinstall ${FILESDIR}/rakudo-star.sh 644 etc/profile.d
|
|
}
|