From def586a5a18b54f75c693f248cdf220db5dcf7b3 Mon Sep 17 00:00:00 2001
From: Ribbon <ribbon_45@proton.me>
Date: Thu, 29 Feb 2024 00:31:17 +0000
Subject: [PATCH] add recipes

---
 recipes/wip/emulators/meru/recipe.toml               |  8 ++++++++
 recipes/wip/emulators/mipsy/recipe.toml              |  8 ++++++++
 recipes/wip/emulators/rustboy-advance-ng/recipe.toml | 12 ++++++++++++
 recipes/wip/emulators/wie/recipe.toml                |  8 ++++++++
 4 files changed, 36 insertions(+)
 create mode 100644 recipes/wip/emulators/meru/recipe.toml
 create mode 100644 recipes/wip/emulators/mipsy/recipe.toml
 create mode 100644 recipes/wip/emulators/rustboy-advance-ng/recipe.toml
 create mode 100644 recipes/wip/emulators/wie/recipe.toml

diff --git a/recipes/wip/emulators/meru/recipe.toml b/recipes/wip/emulators/meru/recipe.toml
new file mode 100644
index 000000000..c92eff6a6
--- /dev/null
+++ b/recipes/wip/emulators/meru/recipe.toml
@@ -0,0 +1,8 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/tanakh/meru"
+[build]
+template = "custom"
+script = """
+cookbook_cargo_packages meru
+"""
diff --git a/recipes/wip/emulators/mipsy/recipe.toml b/recipes/wip/emulators/mipsy/recipe.toml
new file mode 100644
index 000000000..17d841013
--- /dev/null
+++ b/recipes/wip/emulators/mipsy/recipe.toml
@@ -0,0 +1,8 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/insou22/mipsy"
+[build]
+template = "custom"
+script = """
+cookbook_cargo_packages mipsy
+"""
diff --git a/recipes/wip/emulators/rustboy-advance-ng/recipe.toml b/recipes/wip/emulators/rustboy-advance-ng/recipe.toml
new file mode 100644
index 000000000..93b94fb3b
--- /dev/null
+++ b/recipes/wip/emulators/rustboy-advance-ng/recipe.toml
@@ -0,0 +1,12 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/michelhe/rustboyadvance-ng"
+[build]
+template = "custom"
+dependencies = [
+    "sdl2",
+    "sdl2-image",
+]
+script = """
+cookbook_cargo_packages rustboyadvance-sdl2
+"""
diff --git a/recipes/wip/emulators/wie/recipe.toml b/recipes/wip/emulators/wie/recipe.toml
new file mode 100644
index 000000000..665fc5a27
--- /dev/null
+++ b/recipes/wip/emulators/wie/recipe.toml
@@ -0,0 +1,8 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/dlunch/wie"
+[build]
+template = "custom"
+script = """
+cookbook_cargo_packages wie_cli
+"""
-- 
GitLab