rakudo-star: update to 2016.07.
This commit is contained in:
parent
3764790fd3
commit
23007001b6
|
@ -1,17 +1,16 @@
|
|||
# Template build file for 'rakudo-star'.
|
||||
pkgname=rakudo-star
|
||||
version=2016.03
|
||||
version=2016.07
|
||||
revision=1
|
||||
hostmakedepends="panda"
|
||||
makedepends="libatomic_ops-devel libffi-devel libuv-devel"
|
||||
depends="panda>=2016.02"
|
||||
short_desc="Perl 6 distribution that includes common modules"
|
||||
maintainer="Ruslan <axetwe@gmail.com>"
|
||||
homepage="http://rakudo.org"
|
||||
license="Artistic-2.0"
|
||||
nopie="yes"
|
||||
nocross="yes"
|
||||
|
||||
broken="http://build.voidlinux.eu/builders/x86_64_builder/builds/22182/steps/shell_3/logs/stdio"
|
||||
nopie=yes
|
||||
nocross=yes
|
||||
|
||||
pre_build() {
|
||||
cd /usr/share/perl6/site
|
||||
|
|
Loading…
Reference in New Issue