From c83f2ed50f1d487f166a2cb4e2e9b1d713b268e0 Mon Sep 17 00:00:00 2001
From: Ribbon <ribbon_45@proton.me>
Date: Thu, 9 May 2024 20:43:17 +0000
Subject: [PATCH] Add recipes

---
 recipes/wip/dev/espmonitor/recipe.toml     | 8 ++++++++
 recipes/wip/dev/memtest-vulkan/recipe.toml | 5 +++++
 recipes/wip/graphics/matugen/recipe.toml   | 5 +++++
 recipes/wip/tools/hoard/recipe.toml        | 5 +++++
 recipes/wip/tools/rusty/recipe.toml        | 5 +++++
 5 files changed, 28 insertions(+)
 create mode 100644 recipes/wip/dev/espmonitor/recipe.toml
 create mode 100644 recipes/wip/dev/memtest-vulkan/recipe.toml
 create mode 100644 recipes/wip/graphics/matugen/recipe.toml
 create mode 100644 recipes/wip/tools/hoard/recipe.toml
 create mode 100644 recipes/wip/tools/rusty/recipe.toml

diff --git a/recipes/wip/dev/espmonitor/recipe.toml b/recipes/wip/dev/espmonitor/recipe.toml
new file mode 100644
index 000000000..cc23026d4
--- /dev/null
+++ b/recipes/wip/dev/espmonitor/recipe.toml
@@ -0,0 +1,8 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/esp-rs/espmonitor"
+[build]
+template = "custom"
+script = """
+cookbook_cargo_packages espmonitor cargo-espmonitor
+"""
diff --git a/recipes/wip/dev/memtest-vulkan/recipe.toml b/recipes/wip/dev/memtest-vulkan/recipe.toml
new file mode 100644
index 000000000..540689c91
--- /dev/null
+++ b/recipes/wip/dev/memtest-vulkan/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/GpuZelenograd/memtest_vulkan"
+[build]
+template = "cargo"
diff --git a/recipes/wip/graphics/matugen/recipe.toml b/recipes/wip/graphics/matugen/recipe.toml
new file mode 100644
index 000000000..9f12b258c
--- /dev/null
+++ b/recipes/wip/graphics/matugen/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/InioX/matugen"
+[build]
+template = "cargo"
diff --git a/recipes/wip/tools/hoard/recipe.toml b/recipes/wip/tools/hoard/recipe.toml
new file mode 100644
index 000000000..446a1b75f
--- /dev/null
+++ b/recipes/wip/tools/hoard/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/Hyde46/hoard"
+[build]
+template = "cargo"
diff --git a/recipes/wip/tools/rusty/recipe.toml b/recipes/wip/tools/rusty/recipe.toml
new file mode 100644
index 000000000..bedc4ba3f
--- /dev/null
+++ b/recipes/wip/tools/rusty/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/zahidkhawaja/rusty"
+[build]
+template = "cargo"
-- 
GitLab