mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 23:44:17 +08:00
repo.sh: add todo to publish package dependencies
This commit is contained in:
parent
aada86d013
commit
73247441de
3
repo.sh
3
repo.sh
@ -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}"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user