From b9e8b300ad7d319b5dcc439aa4f44f6c83922bc9 Mon Sep 17 00:00:00 2001
From: Ribbon <ribbon_45@proton.me>
Date: Sun, 12 May 2024 08:10:04 +0000
Subject: [PATCH] Add recipes

---
 recipes/wip/dev/cargo-all-features/recipe.toml | 5 +++++
 recipes/wip/dev/cargo-careful/recipe.toml      | 5 +++++
 recipes/wip/dev/cargo-llvm-lines/recipe.toml   | 5 +++++
 recipes/wip/dev/cargo-public-api/recipe.toml   | 8 ++++++++
 recipes/wip/dev/cargo-spellcheck/recipe.toml   | 5 +++++
 recipes/wip/dev/cargo-supply-chain/recipe.toml | 5 +++++
 recipes/wip/dev/cargo-tally/recipe.toml        | 5 +++++
 recipes/wip/dev/cargo-wizard/recipe.toml       | 5 +++++
 recipes/wip/dev/panamax/recipe.toml            | 5 +++++
 recipes/wip/dev/rust-script/recipe.toml        | 5 +++++
 recipes/wip/dev/scriptisto/recipe.toml         | 5 +++++
 11 files changed, 58 insertions(+)
 create mode 100644 recipes/wip/dev/cargo-all-features/recipe.toml
 create mode 100644 recipes/wip/dev/cargo-careful/recipe.toml
 create mode 100644 recipes/wip/dev/cargo-llvm-lines/recipe.toml
 create mode 100644 recipes/wip/dev/cargo-public-api/recipe.toml
 create mode 100644 recipes/wip/dev/cargo-spellcheck/recipe.toml
 create mode 100644 recipes/wip/dev/cargo-supply-chain/recipe.toml
 create mode 100644 recipes/wip/dev/cargo-tally/recipe.toml
 create mode 100644 recipes/wip/dev/cargo-wizard/recipe.toml
 create mode 100644 recipes/wip/dev/panamax/recipe.toml
 create mode 100644 recipes/wip/dev/rust-script/recipe.toml
 create mode 100644 recipes/wip/dev/scriptisto/recipe.toml

diff --git a/recipes/wip/dev/cargo-all-features/recipe.toml b/recipes/wip/dev/cargo-all-features/recipe.toml
new file mode 100644
index 000000000..1575b32d2
--- /dev/null
+++ b/recipes/wip/dev/cargo-all-features/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/frewsxcv/cargo-all-features"
+[build]
+template = "cargo"
diff --git a/recipes/wip/dev/cargo-careful/recipe.toml b/recipes/wip/dev/cargo-careful/recipe.toml
new file mode 100644
index 000000000..6d0bcf070
--- /dev/null
+++ b/recipes/wip/dev/cargo-careful/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/RalfJung/cargo-careful"
+[build]
+template = "cargo"
diff --git a/recipes/wip/dev/cargo-llvm-lines/recipe.toml b/recipes/wip/dev/cargo-llvm-lines/recipe.toml
new file mode 100644
index 000000000..bf7b26b3e
--- /dev/null
+++ b/recipes/wip/dev/cargo-llvm-lines/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/dtolnay/cargo-llvm-lines"
+[build]
+template = "cargo"
diff --git a/recipes/wip/dev/cargo-public-api/recipe.toml b/recipes/wip/dev/cargo-public-api/recipe.toml
new file mode 100644
index 000000000..eb8fcaa6b
--- /dev/null
+++ b/recipes/wip/dev/cargo-public-api/recipe.toml
@@ -0,0 +1,8 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/Enselic/cargo-public-api"
+[build]
+template = "custom"
+script = """
+cookbook_cargo_packages cargo-public-api
+"""
diff --git a/recipes/wip/dev/cargo-spellcheck/recipe.toml b/recipes/wip/dev/cargo-spellcheck/recipe.toml
new file mode 100644
index 000000000..3c846f830
--- /dev/null
+++ b/recipes/wip/dev/cargo-spellcheck/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/drahnr/cargo-spellcheck"
+[build]
+template = "cargo"
diff --git a/recipes/wip/dev/cargo-supply-chain/recipe.toml b/recipes/wip/dev/cargo-supply-chain/recipe.toml
new file mode 100644
index 000000000..735281e57
--- /dev/null
+++ b/recipes/wip/dev/cargo-supply-chain/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/rust-secure-code/cargo-supply-chain"
+[build]
+template = "cargo"
diff --git a/recipes/wip/dev/cargo-tally/recipe.toml b/recipes/wip/dev/cargo-tally/recipe.toml
new file mode 100644
index 000000000..d56583bd2
--- /dev/null
+++ b/recipes/wip/dev/cargo-tally/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/dtolnay/cargo-tally"
+[build]
+template = "cargo"
diff --git a/recipes/wip/dev/cargo-wizard/recipe.toml b/recipes/wip/dev/cargo-wizard/recipe.toml
new file mode 100644
index 000000000..ed3d2f2bd
--- /dev/null
+++ b/recipes/wip/dev/cargo-wizard/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/Kobzol/cargo-wizard"
+[build]
+template = "cargo"
diff --git a/recipes/wip/dev/panamax/recipe.toml b/recipes/wip/dev/panamax/recipe.toml
new file mode 100644
index 000000000..3f70016c3
--- /dev/null
+++ b/recipes/wip/dev/panamax/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/panamax-rs/panamax"
+[build]
+template = "cargo"
diff --git a/recipes/wip/dev/rust-script/recipe.toml b/recipes/wip/dev/rust-script/recipe.toml
new file mode 100644
index 000000000..e57bb3a81
--- /dev/null
+++ b/recipes/wip/dev/rust-script/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/fornwall/rust-script"
+[build]
+template = "cargo"
diff --git a/recipes/wip/dev/scriptisto/recipe.toml b/recipes/wip/dev/scriptisto/recipe.toml
new file mode 100644
index 000000000..1c6e5f1b5
--- /dev/null
+++ b/recipes/wip/dev/scriptisto/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/igor-petruk/scriptisto"
+[build]
+template = "cargo"
-- 
GitLab