From fbbecfe1b60a43430ef9863838651bfd22f8ab46 Mon Sep 17 00:00:00 2001
From: Ribbon <ribbon_45@proton.me>
Date: Wed, 15 May 2024 19:00:17 +0000
Subject: [PATCH] Add recipes

---
 recipes/wip/dev/cargo-checkmate/recipe.toml   | 5 +++++
 recipes/wip/dev/cargo-guppy/recipe.toml       | 8 ++++++++
 recipes/wip/dev/cargo-hakari/recipe.toml      | 8 ++++++++
 recipes/wip/dev/cargo-limit/recipe.toml       | 5 +++++
 recipes/wip/dev/cargo-rdme/recipe.toml        | 5 +++++
 recipes/wip/dev/cargo-wasix/recipe.toml       | 5 +++++
 recipes/wip/dev/gist-rs/recipe.toml           | 5 +++++
 recipes/wip/dev/gitlab-cargo-shim/recipe.toml | 5 +++++
 recipes/wip/dev/rhack/recipe.toml             | 5 +++++
 recipes/wip/dev/stitch/recipe.toml            | 5 +++++
 recipes/wip/dev/wasmi/recipe.toml             | 8 ++++++++
 11 files changed, 64 insertions(+)
 create mode 100644 recipes/wip/dev/cargo-checkmate/recipe.toml
 create mode 100644 recipes/wip/dev/cargo-guppy/recipe.toml
 create mode 100644 recipes/wip/dev/cargo-hakari/recipe.toml
 create mode 100644 recipes/wip/dev/cargo-limit/recipe.toml
 create mode 100644 recipes/wip/dev/cargo-rdme/recipe.toml
 create mode 100644 recipes/wip/dev/cargo-wasix/recipe.toml
 create mode 100644 recipes/wip/dev/gist-rs/recipe.toml
 create mode 100644 recipes/wip/dev/gitlab-cargo-shim/recipe.toml
 create mode 100644 recipes/wip/dev/rhack/recipe.toml
 create mode 100644 recipes/wip/dev/stitch/recipe.toml
 create mode 100644 recipes/wip/dev/wasmi/recipe.toml

diff --git a/recipes/wip/dev/cargo-checkmate/recipe.toml b/recipes/wip/dev/cargo-checkmate/recipe.toml
new file mode 100644
index 000000000..a90449c38
--- /dev/null
+++ b/recipes/wip/dev/cargo-checkmate/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/cargo-checkmate/cargo-checkmate"
+[build]
+template = "cargo"
diff --git a/recipes/wip/dev/cargo-guppy/recipe.toml b/recipes/wip/dev/cargo-guppy/recipe.toml
new file mode 100644
index 000000000..b1023cbc3
--- /dev/null
+++ b/recipes/wip/dev/cargo-guppy/recipe.toml
@@ -0,0 +1,8 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/guppy-rs/guppy"
+[build]
+template = "custom"
+script = """
+cookbook_cargo_packages cargo-guppy
+"""
diff --git a/recipes/wip/dev/cargo-hakari/recipe.toml b/recipes/wip/dev/cargo-hakari/recipe.toml
new file mode 100644
index 000000000..5a3e01d4a
--- /dev/null
+++ b/recipes/wip/dev/cargo-hakari/recipe.toml
@@ -0,0 +1,8 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/guppy-rs/guppy"
+[build]
+template = "custom"
+script = """
+cookbook_cargo_packages cargo-hakari
+"""
diff --git a/recipes/wip/dev/cargo-limit/recipe.toml b/recipes/wip/dev/cargo-limit/recipe.toml
new file mode 100644
index 000000000..82e7be328
--- /dev/null
+++ b/recipes/wip/dev/cargo-limit/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/cargo-limit/cargo-limit"
+[build]
+template = "cargo"
diff --git a/recipes/wip/dev/cargo-rdme/recipe.toml b/recipes/wip/dev/cargo-rdme/recipe.toml
new file mode 100644
index 000000000..b63566cf9
--- /dev/null
+++ b/recipes/wip/dev/cargo-rdme/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/orium/cargo-rdme"
+[build]
+template = "cargo"
diff --git a/recipes/wip/dev/cargo-wasix/recipe.toml b/recipes/wip/dev/cargo-wasix/recipe.toml
new file mode 100644
index 000000000..1aeb180b8
--- /dev/null
+++ b/recipes/wip/dev/cargo-wasix/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/wasix-org/cargo-wasix"
+[build]
+template = "cargo"
diff --git a/recipes/wip/dev/gist-rs/recipe.toml b/recipes/wip/dev/gist-rs/recipe.toml
new file mode 100644
index 000000000..29abdf659
--- /dev/null
+++ b/recipes/wip/dev/gist-rs/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/oz/gist"
+[build]
+template = "cargo"
diff --git a/recipes/wip/dev/gitlab-cargo-shim/recipe.toml b/recipes/wip/dev/gitlab-cargo-shim/recipe.toml
new file mode 100644
index 000000000..30868a9ff
--- /dev/null
+++ b/recipes/wip/dev/gitlab-cargo-shim/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/w4/gitlab-cargo-shim"
+[build]
+template = "cargo"
diff --git a/recipes/wip/dev/rhack/recipe.toml b/recipes/wip/dev/rhack/recipe.toml
new file mode 100644
index 000000000..03eed4dac
--- /dev/null
+++ b/recipes/wip/dev/rhack/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/nakabonne/rhack"
+[build]
+template = "cargo"
diff --git a/recipes/wip/dev/stitch/recipe.toml b/recipes/wip/dev/stitch/recipe.toml
new file mode 100644
index 000000000..989da3afd
--- /dev/null
+++ b/recipes/wip/dev/stitch/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/makepad/stitch"
+[build]
+template = "cargo"
diff --git a/recipes/wip/dev/wasmi/recipe.toml b/recipes/wip/dev/wasmi/recipe.toml
new file mode 100644
index 000000000..5e2d820f4
--- /dev/null
+++ b/recipes/wip/dev/wasmi/recipe.toml
@@ -0,0 +1,8 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/wasmi-labs/wasmi"
+[build]
+template = "custom"
+script = """
+cookbook_cargo_packages wasmi_cli
+"""
-- 
GitLab