redox/recipes/gui/orbterm/recipe.toml
2023-11-05 12:58:51 +00:00

15 lines
209 B
TOML

[source]
git = "https://gitlab.redox-os.org/redox-os/orbterm.git"
[build]
template = "custom"
script = """
COOKBOOK_STAGE="${COOKBOOK_STAGE}/ui"
cookbook_cargo
"""
[package]
dependencies = [
"orbital"
]