void-packages/srcpkgs/rakudo-star/template

22 lines
742 B
Plaintext
Raw Normal View History

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