From 814848c978cf5e7f6ecc52e92b97433c33036940 Mon Sep 17 00:00:00 2001
From: Ribbon <ribbon_45@proton.me>
Date: Wed, 19 Jun 2024 22:28:36 +0000
Subject: [PATCH] Add recipes

---
 recipes/wip/dev/mkfs/recipe.toml          | 5 +++++
 recipes/wip/services/ala-lape/recipe.toml | 5 +++++
 2 files changed, 10 insertions(+)
 create mode 100644 recipes/wip/dev/mkfs/recipe.toml
 create mode 100644 recipes/wip/services/ala-lape/recipe.toml

diff --git a/recipes/wip/dev/mkfs/recipe.toml b/recipes/wip/dev/mkfs/recipe.toml
new file mode 100644
index 000000000..c16d96758
--- /dev/null
+++ b/recipes/wip/dev/mkfs/recipe.toml
@@ -0,0 +1,5 @@
+#TODO not compiled or tested
+[source]
+git = "https://github.com/qtfkwk/mkrs"
+[build]
+template = "cargo"
diff --git a/recipes/wip/services/ala-lape/recipe.toml b/recipes/wip/services/ala-lape/recipe.toml
new file mode 100644
index 000000000..429b8963c
--- /dev/null
+++ b/recipes/wip/services/ala-lape/recipe.toml
@@ -0,0 +1,5 @@
+#TODO not compiled or tested
+[source]
+git = "https://git.madhouse-project.org/algernon/ala-lape"
+[build]
+template = "cargo"
-- 
GitLab