From ffa5dd35ec2ebb41e112aafacef134adbc348ac6 Mon Sep 17 00:00:00 2001
From: Ribbon <ribbon_45@proton.me>
Date: Thu, 9 May 2024 15:54:24 +0000
Subject: [PATCH] Add recipes

---
 recipes/wip/dev/gfold/recipe.toml           | 8 ++++++++
 recipes/wip/dev/leetup/recipe.toml          | 5 +++++
 recipes/wip/dev/ucd-generate/recipe.toml    | 5 +++++
 recipes/wip/science/scidataflow/recipe.toml | 5 +++++
 4 files changed, 23 insertions(+)
 create mode 100644 recipes/wip/dev/gfold/recipe.toml
 create mode 100644 recipes/wip/dev/leetup/recipe.toml
 create mode 100644 recipes/wip/dev/ucd-generate/recipe.toml
 create mode 100644 recipes/wip/science/scidataflow/recipe.toml

diff --git a/recipes/wip/dev/gfold/recipe.toml b/recipes/wip/dev/gfold/recipe.toml
new file mode 100644
index 000000000..59d416338
--- /dev/null
+++ b/recipes/wip/dev/gfold/recipe.toml
@@ -0,0 +1,8 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/nickgerace/gfold"
+[build]
+template = "custom"
+script = """
+cookbook_cargo_packages gfold
+"""
diff --git a/recipes/wip/dev/leetup/recipe.toml b/recipes/wip/dev/leetup/recipe.toml
new file mode 100644
index 000000000..95569337b
--- /dev/null
+++ b/recipes/wip/dev/leetup/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/dragfire/leetup"
+[build]
+template = "cargo"
diff --git a/recipes/wip/dev/ucd-generate/recipe.toml b/recipes/wip/dev/ucd-generate/recipe.toml
new file mode 100644
index 000000000..8fd688e0c
--- /dev/null
+++ b/recipes/wip/dev/ucd-generate/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/BurntSushi/ucd-generate"
+[build]
+template = "cargo"
diff --git a/recipes/wip/science/scidataflow/recipe.toml b/recipes/wip/science/scidataflow/recipe.toml
new file mode 100644
index 000000000..31918e7c0
--- /dev/null
+++ b/recipes/wip/science/scidataflow/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/vsbuffalo/scidataflow"
+[build]
+template = "cargo"
-- 
GitLab