build_style=perl6-dist: add
This commit is contained in:
parent
a94f2467a6
commit
afdfdf9991
3 changed files with 22 additions and 0 deletions
16
common/build-style/perl6-dist.sh
Normal file
16
common/build-style/perl6-dist.sh
Normal file
|
@ -0,0 +1,16 @@
|
|||
#
|
||||
# This helper is for Rakudo Perl 6 package templates.
|
||||
#
|
||||
|
||||
do_check() {
|
||||
PERL6LIB=lib prove -r -e perl6 t/
|
||||
}
|
||||
|
||||
do_install() {
|
||||
export RAKUDO_LOG_PRECOMP=1
|
||||
export RAKUDO_RERESOLVE_DEPENDENCIES=0
|
||||
perl6-install-dist \
|
||||
--to=${DESTDIR}/usr/share/perl6/vendor \
|
||||
--for=vendor \
|
||||
--from=.
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue