41 lines
1.5 KiB
Bash
41 lines
1.5 KiB
Bash
# Template file for 'rakudo'
|
|
pkgname=rakudo
|
|
version=2021.05
|
|
revision=1
|
|
build_style=configure
|
|
make_check_target=test
|
|
make_install_args="RAKUDO_LOG_PRECOMP=1 RAKUDO_RERESOLVE_DEPENDENCIES=0"
|
|
configure_script="perl Configure.pl"
|
|
configure_args="--prefix=/usr --rakudo-home=/usr/lib/raku --backends=moar"
|
|
make_dirs="
|
|
/usr/lib/raku/core/bin 0755 root root
|
|
/usr/lib/raku/core/resources 0755 root root
|
|
/usr/lib/raku/site/bin 0755 root root
|
|
/usr/lib/raku/site/dist 0755 root root
|
|
/usr/lib/raku/site/precomp 0755 root root
|
|
/usr/lib/raku/site/resources 0755 root root
|
|
/usr/lib/raku/site/short 0755 root root
|
|
/usr/lib/raku/site/sources 0755 root root
|
|
/usr/lib/raku/vendor/bin 0755 root root
|
|
/usr/lib/raku/vendor/dist 0755 root root
|
|
/usr/lib/raku/vendor/precomp 0755 root root
|
|
/usr/lib/raku/vendor/resources 0755 root root
|
|
/usr/lib/raku/vendor/short 0755 root root
|
|
/usr/lib/raku/vendor/sources 0755 root root"
|
|
hostmakedepends="git perl"
|
|
makedepends="libatomic_ops-devel libffi-devel libtommath-devel libuv-devel
|
|
libzstd-devel nqp"
|
|
depends="nqp-${version}_${revision}"
|
|
short_desc="Mature, production-ready implementation of the Raku language"
|
|
maintainer="Andy Weidenbaum <atweiden@tutanota.de>"
|
|
license="Artistic-2.0"
|
|
homepage="https://rakudo.org"
|
|
changelog="https://github.com/rakudo/rakudo/raw/master/docs/ChangeLog"
|
|
distfiles="https://rakudo.org/dl/rakudo/${pkgname}-${version}.tar.gz"
|
|
checksum=538633ed2eb742d15972742ffb5e9ccae1b238fca053565da48ee9bdc96a3341
|
|
nocross=yes
|
|
provides="raku-${version}_${revision}"
|
|
|
|
post_install() {
|
|
vbin tools/install-dist.p6 raku-install-dist
|
|
}
|