From 3aad334fa49dfe4aa7890ea5c3da4bfd3966bd60 Mon Sep 17 00:00:00 2001
From: Ribbon <ribbon_45@proton.me>
Date: Thu, 16 May 2024 07:46:16 +0000
Subject: [PATCH] Add recipes

---
 recipes/wip/dev/cargo-docs-rs/recipe.toml      | 5 +++++
 recipes/wip/dev/cargo-hackerman/recipe.toml    | 5 +++++
 recipes/wip/dev/cargo-multivers/recipe.toml    | 5 +++++
 recipes/wip/dev/cargo-px/recipe.toml           | 5 +++++
 recipes/wip/dev/cargo-shear/recipe.toml        | 5 +++++
 recipes/wip/dev/cargo-trim/recipe.toml         | 5 +++++
 recipes/wip/dev/cargo-unfmt/recipe.toml        | 5 +++++
 recipes/wip/dev/cargo-unmaintained/recipe.toml | 5 +++++
 recipes/wip/security/cargo-scan/recipe.toml    | 5 +++++
 9 files changed, 45 insertions(+)
 create mode 100644 recipes/wip/dev/cargo-docs-rs/recipe.toml
 create mode 100644 recipes/wip/dev/cargo-hackerman/recipe.toml
 create mode 100644 recipes/wip/dev/cargo-multivers/recipe.toml
 create mode 100644 recipes/wip/dev/cargo-px/recipe.toml
 create mode 100644 recipes/wip/dev/cargo-shear/recipe.toml
 create mode 100644 recipes/wip/dev/cargo-trim/recipe.toml
 create mode 100644 recipes/wip/dev/cargo-unfmt/recipe.toml
 create mode 100644 recipes/wip/dev/cargo-unmaintained/recipe.toml
 create mode 100644 recipes/wip/security/cargo-scan/recipe.toml

diff --git a/recipes/wip/dev/cargo-docs-rs/recipe.toml b/recipes/wip/dev/cargo-docs-rs/recipe.toml
new file mode 100644
index 000000000..6570a407e
--- /dev/null
+++ b/recipes/wip/dev/cargo-docs-rs/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/dtolnay/cargo-docs-rs"
+[build]
+template = "cargo"
diff --git a/recipes/wip/dev/cargo-hackerman/recipe.toml b/recipes/wip/dev/cargo-hackerman/recipe.toml
new file mode 100644
index 000000000..5bb6b7f40
--- /dev/null
+++ b/recipes/wip/dev/cargo-hackerman/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/pacak/hackerman"
+[build]
+template = "cargo"
diff --git a/recipes/wip/dev/cargo-multivers/recipe.toml b/recipes/wip/dev/cargo-multivers/recipe.toml
new file mode 100644
index 000000000..db28a44a1
--- /dev/null
+++ b/recipes/wip/dev/cargo-multivers/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/ronnychevalier/cargo-multivers"
+[build]
+template = "cargo"
diff --git a/recipes/wip/dev/cargo-px/recipe.toml b/recipes/wip/dev/cargo-px/recipe.toml
new file mode 100644
index 000000000..ded1090d8
--- /dev/null
+++ b/recipes/wip/dev/cargo-px/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/LukeMathWalker/cargo-px"
+[build]
+template = "cargo"
diff --git a/recipes/wip/dev/cargo-shear/recipe.toml b/recipes/wip/dev/cargo-shear/recipe.toml
new file mode 100644
index 000000000..8e9619a65
--- /dev/null
+++ b/recipes/wip/dev/cargo-shear/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/Boshen/cargo-shear"
+[build]
+template = "cargo"
diff --git a/recipes/wip/dev/cargo-trim/recipe.toml b/recipes/wip/dev/cargo-trim/recipe.toml
new file mode 100644
index 000000000..36e15b275
--- /dev/null
+++ b/recipes/wip/dev/cargo-trim/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/iamsauravsharma/cargo-trim"
+[build]
+template = "cargo"
diff --git a/recipes/wip/dev/cargo-unfmt/recipe.toml b/recipes/wip/dev/cargo-unfmt/recipe.toml
new file mode 100644
index 000000000..6897501ad
--- /dev/null
+++ b/recipes/wip/dev/cargo-unfmt/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/fprasx/cargo-unfmt"
+[build]
+template = "cargo"
diff --git a/recipes/wip/dev/cargo-unmaintained/recipe.toml b/recipes/wip/dev/cargo-unmaintained/recipe.toml
new file mode 100644
index 000000000..99138612d
--- /dev/null
+++ b/recipes/wip/dev/cargo-unmaintained/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/trailofbits/cargo-unmaintained"
+[build]
+template = "cargo"
diff --git a/recipes/wip/security/cargo-scan/recipe.toml b/recipes/wip/security/cargo-scan/recipe.toml
new file mode 100644
index 000000000..b5289b511
--- /dev/null
+++ b/recipes/wip/security/cargo-scan/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/PLSysSec/cargo-scan"
+[build]
+template = "cargo"
-- 
GitLab