From b62f5a2fc52dc006f2cb6957a66c0c3c1d6763ad Mon Sep 17 00:00:00 2001
From: Jeremy Soller <jeremy@system76.com>
Date: Thu, 21 May 2020 15:44:28 -0600
Subject: [PATCH] Add orbutils recipe and add depends to orbterm recipe

---
 recipes/orbterm/recipe.toml  |  5 +++++
 recipes/orbutils/recipe.toml | 17 +++++++++++++++++
 2 files changed, 22 insertions(+)
 create mode 100644 recipes/orbutils/recipe.toml

diff --git a/recipes/orbterm/recipe.toml b/recipes/orbterm/recipe.toml
index 0caa665dd..16c3cdfb5 100644
--- a/recipes/orbterm/recipe.toml
+++ b/recipes/orbterm/recipe.toml
@@ -10,3 +10,8 @@ COOKBOOK_CARGO_FLAGS=(
 )
 cookbook_cargo
 """
+
+[package]
+depends = [
+    "orbital"
+]
diff --git a/recipes/orbutils/recipe.toml b/recipes/orbutils/recipe.toml
new file mode 100644
index 000000000..135a66ec2
--- /dev/null
+++ b/recipes/orbutils/recipe.toml
@@ -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"
+]
-- 
GitLab