mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-28 23:58:42 +08:00
19 lines
275 B
TOML
19 lines
275 B
TOML
[source]
|
|
git = "https://gitlab.redox-os.org/redox-os/orbterm.git"
|
|
|
|
[build]
|
|
template = "custom"
|
|
script = """
|
|
COOKBOOK_CARGO_FLAGS=(
|
|
--path "${COOKBOOK_SOURCE}"
|
|
--root "${COOKBOOK_STAGE}/ui"
|
|
--locked
|
|
)
|
|
cookbook_cargo
|
|
"""
|
|
|
|
[package]
|
|
dependencies = [
|
|
"orbital"
|
|
]
|