From 3762a7a3f7753c93de786ca19a62e2af2db23975 Mon Sep 17 00:00:00 2001
From: Ribbon <ribbon_45@proton.me>
Date: Sat, 13 Jul 2024 16:07:56 +0000
Subject: [PATCH] Add recipes

---
 recipes/wip/demos/funutd/recipe.toml         | 8 ++++++++
 recipes/wip/demos/hotline/recipe.toml        | 8 ++++++++
 recipes/wip/demos/ruscii/recipe.toml         | 8 ++++++++
 recipes/wip/science/chem-creator/recipe.toml | 5 +++++
 4 files changed, 29 insertions(+)
 create mode 100644 recipes/wip/demos/funutd/recipe.toml
 create mode 100644 recipes/wip/demos/hotline/recipe.toml
 create mode 100644 recipes/wip/demos/ruscii/recipe.toml
 create mode 100644 recipes/wip/science/chem-creator/recipe.toml

diff --git a/recipes/wip/demos/funutd/recipe.toml b/recipes/wip/demos/funutd/recipe.toml
new file mode 100644
index 000000000..83f794161
--- /dev/null
+++ b/recipes/wip/demos/funutd/recipe.toml
@@ -0,0 +1,8 @@
+#TODO not compiled or tested
+[source]
+git = "https://github.com/SamiPerttu/funutd"
+[build]
+template = "custom"
+script = """
+cookbook_cargo_examples editor
+"""
diff --git a/recipes/wip/demos/hotline/recipe.toml b/recipes/wip/demos/hotline/recipe.toml
new file mode 100644
index 000000000..801d977a2
--- /dev/null
+++ b/recipes/wip/demos/hotline/recipe.toml
@@ -0,0 +1,8 @@
+#TODO not compiled or tested
+[source]
+git = "https://github.com/polymonster/hotline"
+[build]
+template = "custom"
+script = """
+cookbook_cargo_examples triangle
+"""
diff --git a/recipes/wip/demos/ruscii/recipe.toml b/recipes/wip/demos/ruscii/recipe.toml
new file mode 100644
index 000000000..273b884b0
--- /dev/null
+++ b/recipes/wip/demos/ruscii/recipe.toml
@@ -0,0 +1,8 @@
+#TODO not compiled or tested
+[source]
+git = "https://github.com/lemunozm/ruscii"
+[build]
+template = "custom"
+script = """
+cookbook_cargo_examples pong space_invaders
+"""
diff --git a/recipes/wip/science/chem-creator/recipe.toml b/recipes/wip/science/chem-creator/recipe.toml
new file mode 100644
index 000000000..cb5cfba38
--- /dev/null
+++ b/recipes/wip/science/chem-creator/recipe.toml
@@ -0,0 +1,5 @@
+#TODO not compiled or tested
+[source]
+git = "https://github.com/pumken/chemcreator"
+[build]
+template = "cargo"
-- 
GitLab