From cba5c0e56b30d6ef6e07319dfb825a6357971b7c Mon Sep 17 00:00:00 2001
From: Ribbon <ribbon_45@proton.me>
Date: Thu, 18 Jul 2024 23:05:53 +0000
Subject: [PATCH] Add recipes

---
 recipes/wip/games/math/sudoku-rs/recipe.toml        |  5 +++++
 recipes/wip/graphics/terminal/display3d/recipe.toml | 10 ++++++++++
 recipes/wip/science/cosmic-weather/recipe.toml      |  5 +++++
 recipes/wip/terminal/useenv/recipe.toml             |  5 +++++
 4 files changed, 25 insertions(+)
 create mode 100644 recipes/wip/games/math/sudoku-rs/recipe.toml
 create mode 100644 recipes/wip/graphics/terminal/display3d/recipe.toml
 create mode 100644 recipes/wip/science/cosmic-weather/recipe.toml
 create mode 100644 recipes/wip/terminal/useenv/recipe.toml

diff --git a/recipes/wip/games/math/sudoku-rs/recipe.toml b/recipes/wip/games/math/sudoku-rs/recipe.toml
new file mode 100644
index 000000000..6111be198
--- /dev/null
+++ b/recipes/wip/games/math/sudoku-rs/recipe.toml
@@ -0,0 +1,5 @@
+#TODO not compiled or tested
+[source]
+git = "https://github.com/crazymerlyn/sudoku"
+[build]
+template = "cargo"
diff --git a/recipes/wip/graphics/terminal/display3d/recipe.toml b/recipes/wip/graphics/terminal/display3d/recipe.toml
new file mode 100644
index 000000000..eaf0eb278
--- /dev/null
+++ b/recipes/wip/graphics/terminal/display3d/recipe.toml
@@ -0,0 +1,10 @@
+#TODO not compiled or tested
+[source]
+git = "https://github.com/redpenguinyt/display3d"
+[build]
+template = "custom"
+script = """
+mkdir -pv "${COOKBOOK_STAGE}"/usr/share/display3d
+cp -rv "${COOKBOOK_SOURCE}"/resources/* "${COOKBOOK_STAGE}"/usr/share/display3d
+cookbook_cargo
+"""
diff --git a/recipes/wip/science/cosmic-weather/recipe.toml b/recipes/wip/science/cosmic-weather/recipe.toml
new file mode 100644
index 000000000..b837c8131
--- /dev/null
+++ b/recipes/wip/science/cosmic-weather/recipe.toml
@@ -0,0 +1,5 @@
+#TODO not compiled or tested
+[source]
+git = "https://github.com/jwestall/cosmic-weather"
+[build]
+template = "cargo"
diff --git a/recipes/wip/terminal/useenv/recipe.toml b/recipes/wip/terminal/useenv/recipe.toml
new file mode 100644
index 000000000..a65a06b0d
--- /dev/null
+++ b/recipes/wip/terminal/useenv/recipe.toml
@@ -0,0 +1,5 @@
+#TODO not compiled or tested
+[source]
+git = "https://github.com/EliahKagan/useenv"
+[build]
+template = "cargo"
-- 
GitLab