void-packages/common/build-style/raku-dist.sh
2020-05-18 13:42:00 +02:00

17 lines
274 B
Bash

#
# This helper is for Raku package templates.
#
do_check() {
RAKULIB=lib prove -r -e raku t/
}
do_install() {
export RAKUDO_LOG_PRECOMP=1
export RAKUDO_RERESOLVE_DEPENDENCIES=0
raku-install-dist \
--to=${DESTDIR}/usr/lib/raku/vendor \
--for=vendor \
--from=.
}