redox/recipes/gui/installer-gui/recipe.toml
2025-09-26 16:01:04 -06:00

12 lines
256 B
TOML

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