From 563398f5c129317b7bee6dab7580ffe2044afeb8 Mon Sep 17 00:00:00 2001
From: Jeremy Soller <jeremy@system76.com>
Date: Thu, 21 May 2020 12:50:53 -0600
Subject: [PATCH] Add more recipes

---
 recipes/exampled/recipe.toml  | 5 +++++
 recipes/installer/recipe.toml | 5 +++++
 recipes/ipcd/recipe.toml      | 5 +++++
 3 files changed, 15 insertions(+)
 create mode 100644 recipes/exampled/recipe.toml
 create mode 100644 recipes/installer/recipe.toml
 create mode 100644 recipes/ipcd/recipe.toml

diff --git a/recipes/exampled/recipe.toml b/recipes/exampled/recipe.toml
new file mode 100644
index 000000000..e35bc734d
--- /dev/null
+++ b/recipes/exampled/recipe.toml
@@ -0,0 +1,5 @@
+[source]
+git = "https://gitlab.redox-os.org/redox-os/exampled.git"
+
+[build]
+template = "cargo"
diff --git a/recipes/installer/recipe.toml b/recipes/installer/recipe.toml
new file mode 100644
index 000000000..023538211
--- /dev/null
+++ b/recipes/installer/recipe.toml
@@ -0,0 +1,5 @@
+[source]
+git = "https://gitlab.redox-os.org/redox-os/installer.git"
+
+[build]
+template = "cargo"
diff --git a/recipes/ipcd/recipe.toml b/recipes/ipcd/recipe.toml
new file mode 100644
index 000000000..308574d29
--- /dev/null
+++ b/recipes/ipcd/recipe.toml
@@ -0,0 +1,5 @@
+[source]
+git = "https://gitlab.redox-os.org/redox-os/ipcd.git"
+
+[build]
+template = "cargo"
-- 
GitLab