From d9bcdb8011bf94c4fe0d42582d29108be6008cca Mon Sep 17 00:00:00 2001
From: Ribbon <ribbon_45@proton.me>
Date: Tue, 7 May 2024 20:38:18 +0000
Subject: [PATCH] Add recipes

---
 recipes/wip/dev/cargo-binutils/recipe.toml    |  5 +++++
 recipes/wip/dev/dtool/recipe.toml             |  5 +++++
 recipes/wip/dev/kickstart/recipe.toml         |  5 +++++
 recipes/wip/dev/license-generator/recipe.toml |  5 +++++
 recipes/wip/dev/svd2rust/recipe.toml          |  5 +++++
 recipes/wip/graphics/flowbetween/recipe.toml  | 11 +++++++++++
 recipes/wip/graphics/rimage/recipe.toml       |  5 +++++
 recipes/wip/tools/diffy/recipe.toml           |  5 +++++
 recipes/wip/tools/hl/recipe.toml              |  5 +++++
 recipes/wip/tools/minmon/recipe.toml          |  5 +++++
 recipes/wip/tools/tl-rs/recipe.toml           |  5 +++++
 11 files changed, 61 insertions(+)
 create mode 100644 recipes/wip/dev/cargo-binutils/recipe.toml
 create mode 100644 recipes/wip/dev/dtool/recipe.toml
 create mode 100644 recipes/wip/dev/kickstart/recipe.toml
 create mode 100644 recipes/wip/dev/license-generator/recipe.toml
 create mode 100644 recipes/wip/dev/svd2rust/recipe.toml
 create mode 100644 recipes/wip/graphics/flowbetween/recipe.toml
 create mode 100644 recipes/wip/graphics/rimage/recipe.toml
 create mode 100644 recipes/wip/tools/diffy/recipe.toml
 create mode 100644 recipes/wip/tools/hl/recipe.toml
 create mode 100644 recipes/wip/tools/minmon/recipe.toml
 create mode 100644 recipes/wip/tools/tl-rs/recipe.toml

diff --git a/recipes/wip/dev/cargo-binutils/recipe.toml b/recipes/wip/dev/cargo-binutils/recipe.toml
new file mode 100644
index 000000000..f84307fc9
--- /dev/null
+++ b/recipes/wip/dev/cargo-binutils/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/rust-embedded/cargo-binutils"
+[build]
+template = "cargo"
diff --git a/recipes/wip/dev/dtool/recipe.toml b/recipes/wip/dev/dtool/recipe.toml
new file mode 100644
index 000000000..720824b2a
--- /dev/null
+++ b/recipes/wip/dev/dtool/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/guoxbin/dtool"
+[build]
+template = "cargo"
diff --git a/recipes/wip/dev/kickstart/recipe.toml b/recipes/wip/dev/kickstart/recipe.toml
new file mode 100644
index 000000000..5559ada06
--- /dev/null
+++ b/recipes/wip/dev/kickstart/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/Keats/kickstart"
+[build]
+template = "cargo"
diff --git a/recipes/wip/dev/license-generator/recipe.toml b/recipes/wip/dev/license-generator/recipe.toml
new file mode 100644
index 000000000..72349853a
--- /dev/null
+++ b/recipes/wip/dev/license-generator/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/azu/license-generator"
+[build]
+template = "cargo"
diff --git a/recipes/wip/dev/svd2rust/recipe.toml b/recipes/wip/dev/svd2rust/recipe.toml
new file mode 100644
index 000000000..0825eacf5
--- /dev/null
+++ b/recipes/wip/dev/svd2rust/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/rust-embedded/svd2rust"
+[build]
+template = "cargo"
diff --git a/recipes/wip/graphics/flowbetween/recipe.toml b/recipes/wip/graphics/flowbetween/recipe.toml
new file mode 100644
index 000000000..4f92bf386
--- /dev/null
+++ b/recipes/wip/graphics/flowbetween/recipe.toml
@@ -0,0 +1,11 @@
+#TODO maybe missing dependencies, see https://github.com/Logicalshift/flowbetween/blob/master/user_interfaces/gtk_ui/Cargo.toml#L11
+[source]
+git = "https://github.com/Logicalshift/flowbetween"
+[build]
+template = "custom"
+dependencies = [
+    "gtk3",
+]
+script = """
+cookbook_cargo --features gtk
+"""
diff --git a/recipes/wip/graphics/rimage/recipe.toml b/recipes/wip/graphics/rimage/recipe.toml
new file mode 100644
index 000000000..0792b1722
--- /dev/null
+++ b/recipes/wip/graphics/rimage/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/SalOne22/rimage"
+[build]
+template = "cargo"
diff --git a/recipes/wip/tools/diffy/recipe.toml b/recipes/wip/tools/diffy/recipe.toml
new file mode 100644
index 000000000..93c0c49e6
--- /dev/null
+++ b/recipes/wip/tools/diffy/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/bmwill/diffy"
+[build]
+template = "cargo"
diff --git a/recipes/wip/tools/hl/recipe.toml b/recipes/wip/tools/hl/recipe.toml
new file mode 100644
index 000000000..9eb58d96f
--- /dev/null
+++ b/recipes/wip/tools/hl/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/pamburus/hl"
+[build]
+template = "cargo"
diff --git a/recipes/wip/tools/minmon/recipe.toml b/recipes/wip/tools/minmon/recipe.toml
new file mode 100644
index 000000000..bae2593b6
--- /dev/null
+++ b/recipes/wip/tools/minmon/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/flo-at/minmon"
+[build]
+template = "cargo"
diff --git a/recipes/wip/tools/tl-rs/recipe.toml b/recipes/wip/tools/tl-rs/recipe.toml
new file mode 100644
index 000000000..691ab2e34
--- /dev/null
+++ b/recipes/wip/tools/tl-rs/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/NewDawn0/tl"
+[build]
+template = "cargo"
-- 
GitLab