redox/recipes/gui/cosmic-edit/recipe.toml
2023-11-15 15:22:57 -07:00

12 lines
280 B
TOML

[source]
git = "https://github.com/pop-os/cosmic-edit.git"
branch = "master_jammy"
[build]
template = "custom"
script = """
cookbook_cargo --no-default-features
mkdir -pv "${COOKBOOK_STAGE}/ui/apps"
cp -v "${COOKBOOK_RECIPE}/manifest" "${COOKBOOK_STAGE}/ui/apps/cosmic-edit"
"""