From 8db9b7fe3028fb6245e643dcd65004c1fabdc26e Mon Sep 17 00:00:00 2001
From: Ribbon <ribbon_45@proton.me>
Date: Tue, 19 Mar 2024 15:33:28 +0000
Subject: [PATCH] add recipes

---
 recipes/wip/demos/gfx-shader-watch/recipe.toml | 8 ++++++++
 recipes/wip/demos/if-watch/recipe.toml         | 8 ++++++++
 recipes/wip/graphics/watch-stl/recipe.toml     | 5 +++++
 recipes/wip/net/vpncloud/recipe.toml           | 6 ++++++
 recipes/wip/tools/chromazone/recipe.toml       | 5 +++++
 recipes/wip/tools/funzzy/recipe.toml           | 5 +++++
 recipes/wip/tools/kami/recipe.toml             | 6 ++++++
 recipes/wip/tools/watchmen/recipe.toml         | 8 ++++++++
 8 files changed, 51 insertions(+)
 create mode 100644 recipes/wip/demos/gfx-shader-watch/recipe.toml
 create mode 100644 recipes/wip/demos/if-watch/recipe.toml
 create mode 100644 recipes/wip/graphics/watch-stl/recipe.toml
 create mode 100644 recipes/wip/net/vpncloud/recipe.toml
 create mode 100644 recipes/wip/tools/chromazone/recipe.toml
 create mode 100644 recipes/wip/tools/funzzy/recipe.toml
 create mode 100644 recipes/wip/tools/kami/recipe.toml
 create mode 100644 recipes/wip/tools/watchmen/recipe.toml

diff --git a/recipes/wip/demos/gfx-shader-watch/recipe.toml b/recipes/wip/demos/gfx-shader-watch/recipe.toml
new file mode 100644
index 000000000..f79d3bafb
--- /dev/null
+++ b/recipes/wip/demos/gfx-shader-watch/recipe.toml
@@ -0,0 +1,8 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/alexheretic/gfx-shader-watch"
+[build]
+template = "custom"
+script = """
+cookbook_cargo_examples watch-shaders
+"""
diff --git a/recipes/wip/demos/if-watch/recipe.toml b/recipes/wip/demos/if-watch/recipe.toml
new file mode 100644
index 000000000..78c604649
--- /dev/null
+++ b/recipes/wip/demos/if-watch/recipe.toml
@@ -0,0 +1,8 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/mxinden/if-watch"
+[build]
+template = "custom"
+script = """
+cookbook_cargo_examples if_watch
+"""
diff --git a/recipes/wip/graphics/watch-stl/recipe.toml b/recipes/wip/graphics/watch-stl/recipe.toml
new file mode 100644
index 000000000..e957bb252
--- /dev/null
+++ b/recipes/wip/graphics/watch-stl/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/bddap/watch-stl-rust"
+[build]
+template = "cargo"
diff --git a/recipes/wip/net/vpncloud/recipe.toml b/recipes/wip/net/vpncloud/recipe.toml
new file mode 100644
index 000000000..a5e830ccc
--- /dev/null
+++ b/recipes/wip/net/vpncloud/recipe.toml
@@ -0,0 +1,6 @@
+#TODO Not compiled or tested
+#TODO require Ruby and asciidoctor at runtime
+[source]
+git = "https://github.com/dswd/vpncloud"
+[build]
+template = "cargo"
diff --git a/recipes/wip/tools/chromazone/recipe.toml b/recipes/wip/tools/chromazone/recipe.toml
new file mode 100644
index 000000000..ed4d60004
--- /dev/null
+++ b/recipes/wip/tools/chromazone/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/matze/chromazone"
+[build]
+template = "cargo"
diff --git a/recipes/wip/tools/funzzy/recipe.toml b/recipes/wip/tools/funzzy/recipe.toml
new file mode 100644
index 000000000..cd3933a9c
--- /dev/null
+++ b/recipes/wip/tools/funzzy/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/cristianoliveira/funzzy"
+[build]
+template = "cargo"
diff --git a/recipes/wip/tools/kami/recipe.toml b/recipes/wip/tools/kami/recipe.toml
new file mode 100644
index 000000000..6fe7cfb0f
--- /dev/null
+++ b/recipes/wip/tools/kami/recipe.toml
@@ -0,0 +1,6 @@
+#TODO Not compiled or tested
+#TODO require bat and mpv at runtime
+[source]
+git = "https://github.com/mrfluffy-dev/kami"
+[build]
+template = "cargo"
diff --git a/recipes/wip/tools/watchmen/recipe.toml b/recipes/wip/tools/watchmen/recipe.toml
new file mode 100644
index 000000000..3294395d3
--- /dev/null
+++ b/recipes/wip/tools/watchmen/recipe.toml
@@ -0,0 +1,8 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/ahriroot/watchmen"
+[build]
+template = "custom"
+script = """
+cookbook_cargo_packages watchmen watchmend
+"""
-- 
GitLab