From 07dce1c599897788944e271bca7ec50959a57e20 Mon Sep 17 00:00:00 2001
From: Ribbon <ribbon_45@proton.me>
Date: Tue, 20 Feb 2024 21:26:12 +0000
Subject: [PATCH] add recipes

---
 recipes/wip/demos/tenki/recipe.toml      | 6 ++++++
 recipes/wip/security/cve-rs/recipe.toml  | 5 +++++
 recipes/wip/tui/rust-kanban/recipe.toml  | 5 +++++
 recipes/wip/tui/syndicationd/recipe.toml | 8 ++++++++
 4 files changed, 24 insertions(+)
 create mode 100644 recipes/wip/demos/tenki/recipe.toml
 create mode 100644 recipes/wip/security/cve-rs/recipe.toml
 create mode 100644 recipes/wip/tui/rust-kanban/recipe.toml
 create mode 100644 recipes/wip/tui/syndicationd/recipe.toml

diff --git a/recipes/wip/demos/tenki/recipe.toml b/recipes/wip/demos/tenki/recipe.toml
new file mode 100644
index 000000000..147814ab7
--- /dev/null
+++ b/recipes/wip/demos/tenki/recipe.toml
@@ -0,0 +1,6 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/ckaznable/tenki"
+rev = "f59ba2125d46bc22680a4d2ee63b5ce864e00209"
+[build]
+template = "cargo"
diff --git a/recipes/wip/security/cve-rs/recipe.toml b/recipes/wip/security/cve-rs/recipe.toml
new file mode 100644
index 000000000..87830e3c5
--- /dev/null
+++ b/recipes/wip/security/cve-rs/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/Speykious/cve-rs"
+[build]
+template = "cargo"
diff --git a/recipes/wip/tui/rust-kanban/recipe.toml b/recipes/wip/tui/rust-kanban/recipe.toml
new file mode 100644
index 000000000..48b192d4f
--- /dev/null
+++ b/recipes/wip/tui/rust-kanban/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/yashs662/rust_kanban"
+[build]
+template = "cargo"
diff --git a/recipes/wip/tui/syndicationd/recipe.toml b/recipes/wip/tui/syndicationd/recipe.toml
new file mode 100644
index 000000000..11ab61bca
--- /dev/null
+++ b/recipes/wip/tui/syndicationd/recipe.toml
@@ -0,0 +1,8 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/ymgyt/syndicationd"
+[build]
+template = "custom"
+script = """
+cookbook_cargo_packages synd-term
+"""
-- 
GitLab