From 66d16a665995a2822684af8aae134382e08e93a0 Mon Sep 17 00:00:00 2001
From: Ribbon <ribbon_45@proton.me>
Date: Fri, 5 Apr 2024 21:33:58 +0000
Subject: [PATCH] add recipes

---
 recipes/wip/dev/cargo-hack/recipe.toml    | 5 +++++
 recipes/wip/dev/cargo-machete/recipe.toml | 5 +++++
 recipes/wip/dev/wrecc/recipe.toml         | 5 +++++
 recipes/wip/sound/asak/recipe.toml        | 5 +++++
 recipes/wip/tools/objdiff/recipe.toml     | 8 ++++++++
 5 files changed, 28 insertions(+)
 create mode 100644 recipes/wip/dev/cargo-hack/recipe.toml
 create mode 100644 recipes/wip/dev/cargo-machete/recipe.toml
 create mode 100644 recipes/wip/dev/wrecc/recipe.toml
 create mode 100644 recipes/wip/sound/asak/recipe.toml
 create mode 100644 recipes/wip/tools/objdiff/recipe.toml

diff --git a/recipes/wip/dev/cargo-hack/recipe.toml b/recipes/wip/dev/cargo-hack/recipe.toml
new file mode 100644
index 000000000..616dbdb92
--- /dev/null
+++ b/recipes/wip/dev/cargo-hack/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/taiki-e/cargo-hack"
+[build]
+template = "cargo"
diff --git a/recipes/wip/dev/cargo-machete/recipe.toml b/recipes/wip/dev/cargo-machete/recipe.toml
new file mode 100644
index 000000000..7ac6f664f
--- /dev/null
+++ b/recipes/wip/dev/cargo-machete/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/bnjbvr/cargo-machete"
+[build]
+template = "cargo"
diff --git a/recipes/wip/dev/wrecc/recipe.toml b/recipes/wip/dev/wrecc/recipe.toml
new file mode 100644
index 000000000..276f76220
--- /dev/null
+++ b/recipes/wip/dev/wrecc/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/PhilippRados/wrecc"
+[build]
+template = "cargo"
diff --git a/recipes/wip/sound/asak/recipe.toml b/recipes/wip/sound/asak/recipe.toml
new file mode 100644
index 000000000..eec34c56a
--- /dev/null
+++ b/recipes/wip/sound/asak/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/chaosprint/asak"
+[build]
+template = "cargo"
diff --git a/recipes/wip/tools/objdiff/recipe.toml b/recipes/wip/tools/objdiff/recipe.toml
new file mode 100644
index 000000000..66a588443
--- /dev/null
+++ b/recipes/wip/tools/objdiff/recipe.toml
@@ -0,0 +1,8 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/encounter/objdiff"
+[build]
+template = "custom"
+script = """
+cookbook_cargo_packages objdiff-gui
+"""
-- 
GitLab