rakudo: update to 2019.07.1.
This commit is contained in:
parent
909a893b4c
commit
5f4917f62a
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'rakudo'
|
||||
pkgname=rakudo
|
||||
version=2019.03
|
||||
version=2019.07.1
|
||||
revision=1
|
||||
build_style=configure
|
||||
make_check_target=test
|
||||
|
@ -9,6 +9,8 @@ configure_script="perl Configure.pl"
|
|||
configure_args="--prefix=/usr --libdir=/usr/lib --backends=moar"
|
||||
make_dirs="
|
||||
/usr/lib/perl6/bin 0755 root root
|
||||
/usr/lib/perl6/core/bin 0755 root root
|
||||
/usr/lib/perl6/core/resources 0755 root root
|
||||
/usr/lib/perl6/lib 0755 root root
|
||||
/usr/lib/perl6/resources 0755 root root
|
||||
/usr/lib/perl6/site/bin 0755 root root
|
||||
|
@ -30,9 +32,9 @@ short_desc="Production-ready, stable implementation of the Perl 6 language"
|
|||
maintainer="Ruslan <axetwe@gmail.com>"
|
||||
license="Artistic-2.0"
|
||||
homepage="https://rakudo.org"
|
||||
changelog="https://raw.githubusercontent.com/rakudo/rakudo/master/docs/ChangeLog"
|
||||
distfiles="https://rakudo.perl6.org/downloads/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
checksum=dd5d223ccf4f4c67aef0e405851e4e4aafb082137b4f6b0118d2cd19a41b578d
|
||||
changelog="https://github.com/rakudo/rakudo/raw/master/docs/ChangeLog"
|
||||
distfiles="https://github.com/rakudo/rakudo/releases/download/${version}/${pkgname}-${version}.tar.gz"
|
||||
checksum=d91dce95ec3f6fca1723c7eacfcbcc823269ba73dc945d778f608f0c878444f7
|
||||
nocross=yes
|
||||
provides="perl6-${version}_${revision}"
|
||||
|
||||
|
|
Loading…
Reference in New Issue