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
clojure-lsp: update to 2024.08.05.
[void-pkg.git]
/
common
/
hooks
/
pre-pkg
/
999-collected-rdeps.sh
blob
67f4a6261e8ab6aaac4ebf6695d290acbf14191c
1
# This hook displays resolved dependencies for a pkg.
2
3
hook
() {
4
if
[
-e
$PKGDESTDIR
/
rdeps
];
then
5
echo
" $(cat
$PKGDESTDIR
/rdeps)"
6
fi
7
}