From 4c683c6c12d63a8369e82911b0c35e302018a527 Mon Sep 17 00:00:00 2001
From: Ribbon <ribbon_45@proton.me>
Date: Sat, 20 Apr 2024 23:31:46 +0000
Subject: [PATCH] Add recipes

---
 recipes/wip/demos/fractal-rs/recipe.toml   | 8 ++++++++
 recipes/wip/dev/cargo-equip/recipe.toml    | 5 +++++
 recipes/wip/dev/quicktest/recipe.toml      | 6 ++++++
 recipes/wip/finance/btc-vanity/recipe.toml | 5 +++++
 recipes/wip/graphics/kantig/recipe.toml    | 5 +++++
 recipes/wip/security/veldora/recipe.toml   | 5 +++++
 recipes/wip/tools/lucid/recipe.toml        | 5 +++++
 recipes/wip/tools/rfetch/recipe.toml       | 5 +++++
 8 files changed, 44 insertions(+)
 create mode 100644 recipes/wip/demos/fractal-rs/recipe.toml
 create mode 100644 recipes/wip/dev/cargo-equip/recipe.toml
 create mode 100644 recipes/wip/dev/quicktest/recipe.toml
 create mode 100644 recipes/wip/finance/btc-vanity/recipe.toml
 create mode 100644 recipes/wip/graphics/kantig/recipe.toml
 create mode 100644 recipes/wip/security/veldora/recipe.toml
 create mode 100644 recipes/wip/tools/lucid/recipe.toml
 create mode 100644 recipes/wip/tools/rfetch/recipe.toml

diff --git a/recipes/wip/demos/fractal-rs/recipe.toml b/recipes/wip/demos/fractal-rs/recipe.toml
new file mode 100644
index 000000000..2032d1bd1
--- /dev/null
+++ b/recipes/wip/demos/fractal-rs/recipe.toml
@@ -0,0 +1,8 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/aetherknight/fractal-rs"
+[build]
+template = "custom"
+script = """
+cookbook_cargo_packages fractal-piston
+"""
diff --git a/recipes/wip/dev/cargo-equip/recipe.toml b/recipes/wip/dev/cargo-equip/recipe.toml
new file mode 100644
index 000000000..de7655a66
--- /dev/null
+++ b/recipes/wip/dev/cargo-equip/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/qryxip/cargo-equip"
+[build]
+template = "cargo"
diff --git a/recipes/wip/dev/quicktest/recipe.toml b/recipes/wip/dev/quicktest/recipe.toml
new file mode 100644
index 000000000..24cbc2d54
--- /dev/null
+++ b/recipes/wip/dev/quicktest/recipe.toml
@@ -0,0 +1,6 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/LuchoBazz/quicktest"
+rev = "f4d32f87d350a725b47d5bc92756e7be208cd466"
+[build]
+template = "cargo"
diff --git a/recipes/wip/finance/btc-vanity/recipe.toml b/recipes/wip/finance/btc-vanity/recipe.toml
new file mode 100644
index 000000000..d98555936
--- /dev/null
+++ b/recipes/wip/finance/btc-vanity/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/Emivvvvv/btc-vanity"
+[build]
+template = "cargo"
diff --git a/recipes/wip/graphics/kantig/recipe.toml b/recipes/wip/graphics/kantig/recipe.toml
new file mode 100644
index 000000000..4814f0971
--- /dev/null
+++ b/recipes/wip/graphics/kantig/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/DenSASoftware/kantig"
+[build]
+template = "cargo"
diff --git a/recipes/wip/security/veldora/recipe.toml b/recipes/wip/security/veldora/recipe.toml
new file mode 100644
index 000000000..6c81e6afd
--- /dev/null
+++ b/recipes/wip/security/veldora/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/tamton-aquib/veldora"
+[build]
+template = "cargo"
diff --git a/recipes/wip/tools/lucid/recipe.toml b/recipes/wip/tools/lucid/recipe.toml
new file mode 100644
index 000000000..9a75dbe75
--- /dev/null
+++ b/recipes/wip/tools/lucid/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/sharkdp/lucid"
+[build]
+template = "cargo"
diff --git a/recipes/wip/tools/rfetch/recipe.toml b/recipes/wip/tools/rfetch/recipe.toml
new file mode 100644
index 000000000..0b2ddf21c
--- /dev/null
+++ b/recipes/wip/tools/rfetch/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/kamui-fin/rfetch"
+[build]
+template = "cargo"
-- 
GitLab