repo.or.cz
/
void-pkg.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Swapspace: update to 1.18.1
[void-pkg.git]
/
common
/
build-style
/
raku-dist.sh
blob
67350161b938f90b205b8421c25edc7c4e71c768
1
#
2
# This helper is for Raku package templates.
3
#
4
5
do_check
() {
6
RAKULIB
=
lib
${make_check_pre}
prove
-r -e
raku t
/
7
}
8
9
do_install
() {
10
export
RAKUDO_LOG_PRECOMP
=
1
11
export
RAKUDO_RERESOLVE_DEPENDENCIES
=
0
12
raku-install-dist \
13
--to
=
${DESTDIR}
/
usr
/
lib
/
raku
/
vendor \
14
--for
=
vendor \
15
--from
=
.
16
}