From fa11383b38b69d64ec9733b5f27d011a4bcdbd9e Mon Sep 17 00:00:00 2001
From: Jeremy Soller <jackpot51@gmail.com>
Date: Wed, 4 Oct 2017 20:57:54 -0600
Subject: [PATCH] Add recipes for 2048, cleye, and rust64

---
 recipes/2048/recipe.sh   | 1 +
 recipes/cleye/recipe.sh  | 1 +
 recipes/rust64/recipe.sh | 1 +
 3 files changed, 3 insertions(+)
 create mode 100644 recipes/2048/recipe.sh
 create mode 100755 recipes/cleye/recipe.sh
 create mode 100755 recipes/rust64/recipe.sh

diff --git a/recipes/2048/recipe.sh b/recipes/2048/recipe.sh
new file mode 100644
index 000000000..78f3d40bb
--- /dev/null
+++ b/recipes/2048/recipe.sh
@@ -0,0 +1 @@
+GIT=https://github.com/redox-os/2048-rs.git
diff --git a/recipes/cleye/recipe.sh b/recipes/cleye/recipe.sh
new file mode 100755
index 000000000..db148126e
--- /dev/null
+++ b/recipes/cleye/recipe.sh
@@ -0,0 +1 @@
+GIT=https://github.com/redox-os/cleye.git
diff --git a/recipes/rust64/recipe.sh b/recipes/rust64/recipe.sh
new file mode 100755
index 000000000..6d0f1c666
--- /dev/null
+++ b/recipes/rust64/recipe.sh
@@ -0,0 +1 @@
+GIT=https://github.com/redox-os/rust64.git
-- 
GitLab