redox/recipes/gui/installer-gui/recipe.toml
2025-11-17 11:06:16 +07:00

13 lines
269 B
TOML

[source]
git = "https://gitlab.redox-os.org/redox-os/installer-gui.git"
[build]
template = "custom"
script = """
DYNAMIC_INIT
cookbook_cargo
mkdir -pv "${COOKBOOK_STAGE}/ui/apps"
cp -v "${COOKBOOK_RECIPE}/manifest" "${COOKBOOK_STAGE}/ui/apps/redox-installer-gui"
"""