mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 05:44:17 +08:00
Add orbterm recipe, fix missing repo dir
This commit is contained in:
parent
98521e6f69
commit
a8d2cc47e3
12
recipes/orbterm/recipe.toml
Normal file
12
recipes/orbterm/recipe.toml
Normal file
@ -0,0 +1,12 @@
|
||||
[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"
|
||||
)
|
||||
cookbook_cargo
|
||||
"""
|
||||
Loading…
Reference in New Issue
Block a user