clojure-lsp: update to 2024.08.05.
[void-pkg.git] / common / hooks / pre-pkg / 999-collected-rdeps.sh
blob67f4a6261e8ab6aaac4ebf6695d290acbf14191c
1 # This hook displays resolved dependencies for a pkg.
3 hook() {
4 if [ -e $PKGDESTDIR/rdeps ]; then
5 echo " $(cat $PKGDESTDIR/rdeps)"
6 fi