mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 21:04:18 +08:00
Add orbutils recipe and add depends to orbterm recipe
This commit is contained in:
parent
88101b4a88
commit
b62f5a2fc5
@ -10,3 +10,8 @@ COOKBOOK_CARGO_FLAGS=(
|
||||
)
|
||||
cookbook_cargo
|
||||
"""
|
||||
|
||||
[package]
|
||||
depends = [
|
||||
"orbital"
|
||||
]
|
||||
|
||||
17
recipes/orbutils/recipe.toml
Normal file
17
recipes/orbutils/recipe.toml
Normal file
@ -0,0 +1,17 @@
|
||||
[source]
|
||||
git = "https://gitlab.redox-os.org/redox-os/orbutils.git"
|
||||
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
COOKBOOK_CARGO_FLAGS=(
|
||||
--path "${COOKBOOK_SOURCE}"
|
||||
--root "${COOKBOOK_STAGE}/ui"
|
||||
)
|
||||
cookbook_cargo
|
||||
"""
|
||||
|
||||
[package]
|
||||
depends = [
|
||||
"orbital"
|
||||
]
|
||||
Loading…
Reference in New Issue
Block a user