From b5dd8a4ebf3b8677093a2741dd48ef664fde4ffb Mon Sep 17 00:00:00 2001
From: Ribbon <ribbon_45@proton.me>
Date: Sat, 11 May 2024 05:40:40 +0000
Subject: [PATCH] Add recipes

---
 recipes/wip/dev/alt/recipe.toml              | 5 +++++
 recipes/wip/dev/git-chain/recipe.toml        | 5 +++++
 recipes/wip/dev/git-repo-manager/recipe.toml | 5 +++++
 recipes/wip/dev/knope/recipe.toml            | 8 ++++++++
 recipes/wip/dev/omni/recipe.toml             | 5 +++++
 recipes/wip/graphics/pilka/recipe.toml       | 5 +++++
 6 files changed, 33 insertions(+)
 create mode 100644 recipes/wip/dev/alt/recipe.toml
 create mode 100644 recipes/wip/dev/git-chain/recipe.toml
 create mode 100644 recipes/wip/dev/git-repo-manager/recipe.toml
 create mode 100644 recipes/wip/dev/knope/recipe.toml
 create mode 100644 recipes/wip/dev/omni/recipe.toml
 create mode 100644 recipes/wip/graphics/pilka/recipe.toml

diff --git a/recipes/wip/dev/alt/recipe.toml b/recipes/wip/dev/alt/recipe.toml
new file mode 100644
index 000000000..b94637f61
--- /dev/null
+++ b/recipes/wip/dev/alt/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/dotboris/alt"
+[build]
+template = "cargo"
diff --git a/recipes/wip/dev/git-chain/recipe.toml b/recipes/wip/dev/git-chain/recipe.toml
new file mode 100644
index 000000000..8ca1be284
--- /dev/null
+++ b/recipes/wip/dev/git-chain/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/dashed/git-chain"
+[build]
+template = "cargo"
diff --git a/recipes/wip/dev/git-repo-manager/recipe.toml b/recipes/wip/dev/git-repo-manager/recipe.toml
new file mode 100644
index 000000000..f40c45867
--- /dev/null
+++ b/recipes/wip/dev/git-repo-manager/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/hakoerber/git-repo-manager"
+[build]
+template = "cargo"
diff --git a/recipes/wip/dev/knope/recipe.toml b/recipes/wip/dev/knope/recipe.toml
new file mode 100644
index 000000000..1b3f8c92a
--- /dev/null
+++ b/recipes/wip/dev/knope/recipe.toml
@@ -0,0 +1,8 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/knope-dev/knope"
+[build]
+template = "custom"
+script = """
+cookbook_cargo_packages knope
+"""
diff --git a/recipes/wip/dev/omni/recipe.toml b/recipes/wip/dev/omni/recipe.toml
new file mode 100644
index 000000000..527c20a92
--- /dev/null
+++ b/recipes/wip/dev/omni/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/XaF/omni"
+[build]
+template = "cargo"
diff --git a/recipes/wip/graphics/pilka/recipe.toml b/recipes/wip/graphics/pilka/recipe.toml
new file mode 100644
index 000000000..412fc14bd
--- /dev/null
+++ b/recipes/wip/graphics/pilka/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/pudnax/pilka"
+[build]
+template = "cargo"
-- 
GitLab