From 655de53ed8d9910cdb1314d6b25177285cb8f188 Mon Sep 17 00:00:00 2001
From: Ribbon <ribbon_45@proton.me>
Date: Sat, 20 Jan 2024 00:19:30 +0000
Subject: [PATCH] add recipes

---
 recipes/wip/angryoxide/recipe.toml | 6 ++++++
 recipes/wip/mhv/recipe.toml        | 5 +++++
 2 files changed, 11 insertions(+)
 create mode 100644 recipes/wip/angryoxide/recipe.toml
 create mode 100644 recipes/wip/mhv/recipe.toml

diff --git a/recipes/wip/angryoxide/recipe.toml b/recipes/wip/angryoxide/recipe.toml
new file mode 100644
index 000000000..73d3e89ff
--- /dev/null
+++ b/recipes/wip/angryoxide/recipe.toml
@@ -0,0 +1,6 @@
+#TODO Not compiled or tested
+#TODO in case of errors, read https://github.com/Ragnt/AngryOxide#building-from-source
+[source]
+git = "https://github.com/Ragnt/AngryOxide"
+[build]
+template = "cargo"
diff --git a/recipes/wip/mhv/recipe.toml b/recipes/wip/mhv/recipe.toml
new file mode 100644
index 000000000..9a17655eb
--- /dev/null
+++ b/recipes/wip/mhv/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/jgardona/mhv"
+[build]
+template = "cargo"
-- 
GitLab