redox/recipes/orbterm/recipe.toml
2023-05-18 13:17:46 -06: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"
]