Skip to content
Snippets Groups Projects
Verified Commit b62f5a2f authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Add orbutils recipe and add depends to orbterm recipe

parent 88101b4a
No related branches found
No related tags found
1 merge request!237WIP: Rust cookbook
...@@ -10,3 +10,8 @@ COOKBOOK_CARGO_FLAGS=( ...@@ -10,3 +10,8 @@ COOKBOOK_CARGO_FLAGS=(
) )
cookbook_cargo cookbook_cargo
""" """
[package]
depends = [
"orbital"
]
[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"
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment