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

---
 recipes/wip/dev/cargo-bloat/recipe.toml    |  5 +++++
 recipes/wip/dev/cargo-dist/recipe.toml     |  8 ++++++++
 recipes/wip/dev/cargo-leptos/recipe.toml   |  5 +++++
 recipes/wip/dev/cargo-license/recipe.toml  |  5 +++++
 recipes/wip/dev/cargo-llvm-cov/recipe.toml |  5 +++++
 recipes/wip/dev/cargo-modules/recipe.toml  |  5 +++++
 recipes/wip/dev/cargo-udeps/recipe.toml    |  5 +++++
 recipes/wip/dev/cargo-update/recipe.toml   | 11 +++++++++++
 recipes/wip/dev/ktra/recipe.toml           |  5 +++++
 recipes/wip/dev/twiggy/recipe.toml         |  8 ++++++++
 10 files changed, 62 insertions(+)
 create mode 100644 recipes/wip/dev/cargo-bloat/recipe.toml
 create mode 100644 recipes/wip/dev/cargo-dist/recipe.toml
 create mode 100644 recipes/wip/dev/cargo-leptos/recipe.toml
 create mode 100644 recipes/wip/dev/cargo-license/recipe.toml
 create mode 100644 recipes/wip/dev/cargo-llvm-cov/recipe.toml
 create mode 100644 recipes/wip/dev/cargo-modules/recipe.toml
 create mode 100644 recipes/wip/dev/cargo-udeps/recipe.toml
 create mode 100644 recipes/wip/dev/cargo-update/recipe.toml
 create mode 100644 recipes/wip/dev/ktra/recipe.toml
 create mode 100644 recipes/wip/dev/twiggy/recipe.toml

diff --git a/recipes/wip/dev/cargo-bloat/recipe.toml b/recipes/wip/dev/cargo-bloat/recipe.toml
new file mode 100644
index 000000000..6052b926f
--- /dev/null
+++ b/recipes/wip/dev/cargo-bloat/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/RazrFalcon/cargo-bloat"
+[build]
+template = "cargo"
diff --git a/recipes/wip/dev/cargo-dist/recipe.toml b/recipes/wip/dev/cargo-dist/recipe.toml
new file mode 100644
index 000000000..054158672
--- /dev/null
+++ b/recipes/wip/dev/cargo-dist/recipe.toml
@@ -0,0 +1,8 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/axodotdev/cargo-dist"
+[build]
+template = "custom"
+script = """
+cookbook_cargo_packages cargo-dist
+"""
diff --git a/recipes/wip/dev/cargo-leptos/recipe.toml b/recipes/wip/dev/cargo-leptos/recipe.toml
new file mode 100644
index 000000000..77b5c4d03
--- /dev/null
+++ b/recipes/wip/dev/cargo-leptos/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/leptos-rs/cargo-leptos"
+[build]
+template = "cargo"
diff --git a/recipes/wip/dev/cargo-license/recipe.toml b/recipes/wip/dev/cargo-license/recipe.toml
new file mode 100644
index 000000000..8673e0e57
--- /dev/null
+++ b/recipes/wip/dev/cargo-license/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/onur/cargo-license"
+[build]
+template = "cargo"
diff --git a/recipes/wip/dev/cargo-llvm-cov/recipe.toml b/recipes/wip/dev/cargo-llvm-cov/recipe.toml
new file mode 100644
index 000000000..725ccbd7a
--- /dev/null
+++ b/recipes/wip/dev/cargo-llvm-cov/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/taiki-e/cargo-llvm-cov"
+[build]
+template = "cargo"
diff --git a/recipes/wip/dev/cargo-modules/recipe.toml b/recipes/wip/dev/cargo-modules/recipe.toml
new file mode 100644
index 000000000..379cc1c6d
--- /dev/null
+++ b/recipes/wip/dev/cargo-modules/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/regexident/cargo-modules"
+[build]
+template = "cargo"
diff --git a/recipes/wip/dev/cargo-udeps/recipe.toml b/recipes/wip/dev/cargo-udeps/recipe.toml
new file mode 100644
index 000000000..0a0f7c25e
--- /dev/null
+++ b/recipes/wip/dev/cargo-udeps/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/est31/cargo-udeps"
+[build]
+template = "cargo"
diff --git a/recipes/wip/dev/cargo-update/recipe.toml b/recipes/wip/dev/cargo-update/recipe.toml
new file mode 100644
index 000000000..f5016b40c
--- /dev/null
+++ b/recipes/wip/dev/cargo-update/recipe.toml
@@ -0,0 +1,11 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/nabijaczleweli/cargo-update"
+[build]
+template = "cargo"
+dependencies = [
+    "curl",
+    "openssl1",
+    "libssh2",
+    "libgit2",
+]
diff --git a/recipes/wip/dev/ktra/recipe.toml b/recipes/wip/dev/ktra/recipe.toml
new file mode 100644
index 000000000..36ed8bc48
--- /dev/null
+++ b/recipes/wip/dev/ktra/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/moriturus/ktra"
+[build]
+template = "cargo"
diff --git a/recipes/wip/dev/twiggy/recipe.toml b/recipes/wip/dev/twiggy/recipe.toml
new file mode 100644
index 000000000..11d05de4b
--- /dev/null
+++ b/recipes/wip/dev/twiggy/recipe.toml
@@ -0,0 +1,8 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/rustwasm/twiggy"
+[build]
+template = "custom"
+script = """
+cookbook_cargo_packages twiggy
+"""
-- 
GitLab