1
0
Fork 0
pdfbox/scripts/repo-install.xq
Andy Bunce 1e48468b58
Some checks failed
Run BaseX Tests / test (push) Failing after 33s
[fix] no `` in 9
2025-02-10 11:58:51 +00:00

8 lines
261 B
Text

import module namespace build = 'urn:quodatum:build1' at 'build.xqm';
let $output-file := file:resolve-path("dist/pdfbox-" || $build:PKG?version ||".xar",$build:base)
return (
repo:install($output-file),
trace($output-file,"repo: ")
)