From d2bc65d7f69e79130030b756b37a5a335f9a6165 Mon Sep 17 00:00:00 2001
From: Ribbon <ribbon_45@proton.me>
Date: Sat, 13 Jul 2024 10:08:51 +0000
Subject: [PATCH] Add recipes

---
 recipes/wip/graphics/other/naga/recipe.toml  | 8 ++++++++
 recipes/wip/monitors/fluere/recipe.toml      | 5 +++++
 recipes/wip/monitors/latencymon/recipe.toml  | 5 +++++
 recipes/wip/monitors/mountstatus/recipe.toml | 5 +++++
 recipes/wip/monitors/rtop/recipe.toml        | 5 +++++
 recipes/wip/monitors/sentrum/recipe.toml     | 5 +++++
 recipes/wip/monitors/somo/recipe.toml        | 5 +++++
 7 files changed, 38 insertions(+)
 create mode 100644 recipes/wip/graphics/other/naga/recipe.toml
 create mode 100644 recipes/wip/monitors/fluere/recipe.toml
 create mode 100644 recipes/wip/monitors/latencymon/recipe.toml
 create mode 100644 recipes/wip/monitors/mountstatus/recipe.toml
 create mode 100644 recipes/wip/monitors/rtop/recipe.toml
 create mode 100644 recipes/wip/monitors/sentrum/recipe.toml
 create mode 100644 recipes/wip/monitors/somo/recipe.toml

diff --git a/recipes/wip/graphics/other/naga/recipe.toml b/recipes/wip/graphics/other/naga/recipe.toml
new file mode 100644
index 000000000..48eb557b2
--- /dev/null
+++ b/recipes/wip/graphics/other/naga/recipe.toml
@@ -0,0 +1,8 @@
+#TODO not compiled or tested
+[source]
+git = "https://github.com/gfx-rs/wgpu"
+[build]
+template = "custom"
+script = """
+cookbook_cargo_packages naga-cli
+"""
diff --git a/recipes/wip/monitors/fluere/recipe.toml b/recipes/wip/monitors/fluere/recipe.toml
new file mode 100644
index 000000000..d135d1329
--- /dev/null
+++ b/recipes/wip/monitors/fluere/recipe.toml
@@ -0,0 +1,5 @@
+#TODO not compiled or tested
+[source]
+git = "https://github.com/SkuldNorniern/fluere"
+[build]
+template = "cargo"
diff --git a/recipes/wip/monitors/latencymon/recipe.toml b/recipes/wip/monitors/latencymon/recipe.toml
new file mode 100644
index 000000000..15e37d5e3
--- /dev/null
+++ b/recipes/wip/monitors/latencymon/recipe.toml
@@ -0,0 +1,5 @@
+#TODO not compiled or tested
+[source]
+git = "https://github.com/alttch/latencymon"
+[build]
+template = "cargo"
diff --git a/recipes/wip/monitors/mountstatus/recipe.toml b/recipes/wip/monitors/mountstatus/recipe.toml
new file mode 100644
index 000000000..e7429ab02
--- /dev/null
+++ b/recipes/wip/monitors/mountstatus/recipe.toml
@@ -0,0 +1,5 @@
+#TODO not compiled or tested
+[source]
+git = "https://github.com/acdha/mountstatus"
+[build]
+template = "cargo"
diff --git a/recipes/wip/monitors/rtop/recipe.toml b/recipes/wip/monitors/rtop/recipe.toml
new file mode 100644
index 000000000..fa6f7cfae
--- /dev/null
+++ b/recipes/wip/monitors/rtop/recipe.toml
@@ -0,0 +1,5 @@
+#TODO not compiled or tested
+[source]
+git = "https://github.com/narendasan/rtop"
+[build]
+template = "cargo"
diff --git a/recipes/wip/monitors/sentrum/recipe.toml b/recipes/wip/monitors/sentrum/recipe.toml
new file mode 100644
index 000000000..3548fe6e1
--- /dev/null
+++ b/recipes/wip/monitors/sentrum/recipe.toml
@@ -0,0 +1,5 @@
+#TODO not compiled or tested
+[source]
+git = "https://github.com/sommerfelddev/sentrum"
+[build]
+template = "cargo"
diff --git a/recipes/wip/monitors/somo/recipe.toml b/recipes/wip/monitors/somo/recipe.toml
new file mode 100644
index 000000000..51bb05c67
--- /dev/null
+++ b/recipes/wip/monitors/somo/recipe.toml
@@ -0,0 +1,5 @@
+#TODO not compiled or tested
+[source]
+git = "https://github.com/theopfr/somo"
+[build]
+template = "cargo"
-- 
GitLab