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

---
 recipes/wip/benchmarks/cargo-criterion/recipe.toml  | 5 +++++
 recipes/wip/dev/cargo-vendor-filterer/recipe.toml   | 5 +++++
 recipes/wip/dev/commit/recipe.toml                  | 5 +++++
 recipes/wip/dev/gex/recipe.toml                     | 5 +++++
 recipes/wip/dev/lading/recipe.toml                  | 8 ++++++++
 recipes/wip/games/offline-chess-puzzles/recipe.toml | 5 +++++
 recipes/wip/security/kanha/recipe.toml              | 5 +++++
 recipes/wip/tools/haylxon/recipe.toml               | 5 +++++
 recipes/wip/tools/patchelf/recipe.toml              | 5 +++++
 9 files changed, 48 insertions(+)
 create mode 100644 recipes/wip/benchmarks/cargo-criterion/recipe.toml
 create mode 100644 recipes/wip/dev/cargo-vendor-filterer/recipe.toml
 create mode 100644 recipes/wip/dev/commit/recipe.toml
 create mode 100644 recipes/wip/dev/gex/recipe.toml
 create mode 100644 recipes/wip/dev/lading/recipe.toml
 create mode 100644 recipes/wip/games/offline-chess-puzzles/recipe.toml
 create mode 100644 recipes/wip/security/kanha/recipe.toml
 create mode 100644 recipes/wip/tools/haylxon/recipe.toml
 create mode 100644 recipes/wip/tools/patchelf/recipe.toml

diff --git a/recipes/wip/benchmarks/cargo-criterion/recipe.toml b/recipes/wip/benchmarks/cargo-criterion/recipe.toml
new file mode 100644
index 000000000..5e684034a
--- /dev/null
+++ b/recipes/wip/benchmarks/cargo-criterion/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/bheisler/cargo-criterion"
+[build]
+template = "cargo"
diff --git a/recipes/wip/dev/cargo-vendor-filterer/recipe.toml b/recipes/wip/dev/cargo-vendor-filterer/recipe.toml
new file mode 100644
index 000000000..e82569a57
--- /dev/null
+++ b/recipes/wip/dev/cargo-vendor-filterer/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/coreos/cargo-vendor-filterer"
+[build]
+template = "cargo"
diff --git a/recipes/wip/dev/commit/recipe.toml b/recipes/wip/dev/commit/recipe.toml
new file mode 100644
index 000000000..a685242c9
--- /dev/null
+++ b/recipes/wip/dev/commit/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/alt-art/commit"
+[build]
+template = "cargo"
diff --git a/recipes/wip/dev/gex/recipe.toml b/recipes/wip/dev/gex/recipe.toml
new file mode 100644
index 000000000..7ab5fb346
--- /dev/null
+++ b/recipes/wip/dev/gex/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/Piturnah/gex"
+[build]
+template = "cargo"
diff --git a/recipes/wip/dev/lading/recipe.toml b/recipes/wip/dev/lading/recipe.toml
new file mode 100644
index 000000000..940ca9992
--- /dev/null
+++ b/recipes/wip/dev/lading/recipe.toml
@@ -0,0 +1,8 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/DataDog/lading"
+[build]
+template = "custom"
+script = """
+cookbook_cargo_packages lading
+"""
diff --git a/recipes/wip/games/offline-chess-puzzles/recipe.toml b/recipes/wip/games/offline-chess-puzzles/recipe.toml
new file mode 100644
index 000000000..a679a4b56
--- /dev/null
+++ b/recipes/wip/games/offline-chess-puzzles/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/brianch/offline-chess-puzzles"
+[build]
+template = "cargo"
diff --git a/recipes/wip/security/kanha/recipe.toml b/recipes/wip/security/kanha/recipe.toml
new file mode 100644
index 000000000..29019f602
--- /dev/null
+++ b/recipes/wip/security/kanha/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/pwnwriter/kanha"
+[build]
+template = "cargo"
diff --git a/recipes/wip/tools/haylxon/recipe.toml b/recipes/wip/tools/haylxon/recipe.toml
new file mode 100644
index 000000000..38346aeaf
--- /dev/null
+++ b/recipes/wip/tools/haylxon/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/pwnwriter/haylxon"
+[build]
+template = "cargo"
diff --git a/recipes/wip/tools/patchelf/recipe.toml b/recipes/wip/tools/patchelf/recipe.toml
new file mode 100644
index 000000000..33c108fd2
--- /dev/null
+++ b/recipes/wip/tools/patchelf/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+tar = "https://github.com/NixOS/patchelf/releases/download/0.18.0/patchelf-0.18.0.tar.bz2"
+[build]
+template = "configure"
-- 
GitLab