Init, adding corrade,magnum,magnum-plugins,magnum-integration,magnum-extras, and magnum-examples 2025.47_1
This commit is contained in:
7
common/hooks/pre-pkg/999-collected-rdeps.sh
Normal file
7
common/hooks/pre-pkg/999-collected-rdeps.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
# This hook displays resolved dependencies for a pkg.
|
||||
|
||||
hook() {
|
||||
if [ -e "${XBPS_STATEDIR}/${pkgname}-rdeps" ]; then
|
||||
echo " $(cat "${XBPS_STATEDIR}/${pkgname}-rdeps")"
|
||||
fi
|
||||
}
|
||||
Reference in New Issue
Block a user