Files
the-void-club/common/hooks/pre-pkg/999-collected-rdeps.sh

8 lines
178 B
Bash

# This hook displays resolved dependencies for a pkg.
hook() {
if [ -e "${XBPS_STATEDIR}/${pkgname}-rdeps" ]; then
echo " $(cat "${XBPS_STATEDIR}/${pkgname}-rdeps")"
fi
}