repo.sh: add todo to publish package dependencies

This commit is contained in:
Jeremy Soller 2025-04-12 08:26:35 -06:00
parent aada86d013
commit 73247441de
No known key found for this signature in database
GPG Key ID: 670FDFB5428E05CA

View File

@ -107,6 +107,9 @@ do
cp -v "${COOKBOOK_STAGE}.toml" "$REPO/$recipe.toml"
fi
#TODO: PUBLISH DEPENDENCIES (RECURSIVELY)
#grep '^depends = ' "$REPO/$recipe.toml | cut -d '[' -f2 | cut -d ']' -f1 | tr -d ','
if [ -e "${COOKBOOK_STAGE}/usr/share/metainfo" ]
then
APPSTREAM_SOURCES["$recipe"]="${COOKBOOK_STAGE}"