From 200f22fd46c9d9bbc34435e1f715268e2770e339 Mon Sep 17 00:00:00 2001
From: Ribbon <ribbon_45@proton.me>
Date: Sat, 8 Jun 2024 19:47:50 +0000
Subject: [PATCH] Add recipes

---
 recipes/wip/demos/notan-examples/recipe.toml |  9 +++++++++
 recipes/wip/net/meli/recipe.toml             | 11 +++++++++++
 2 files changed, 20 insertions(+)
 create mode 100644 recipes/wip/demos/notan-examples/recipe.toml
 create mode 100644 recipes/wip/net/meli/recipe.toml

diff --git a/recipes/wip/demos/notan-examples/recipe.toml b/recipes/wip/demos/notan-examples/recipe.toml
new file mode 100644
index 000000000..e86306be4
--- /dev/null
+++ b/recipes/wip/demos/notan-examples/recipe.toml
@@ -0,0 +1,9 @@
+#TODO not compiled or tested
+[source]
+git = "https://github.com/Nazariglez/notan"
+[build]
+template = "custom"
+script = """
+cookbook_cargo_examples renderer_cube draw_path_flower \
+game_pong game_of_life
+"""
diff --git a/recipes/wip/net/meli/recipe.toml b/recipes/wip/net/meli/recipe.toml
new file mode 100644
index 000000000..a8cb523a6
--- /dev/null
+++ b/recipes/wip/net/meli/recipe.toml
@@ -0,0 +1,11 @@
+#TODO not compiled or tested
+[source]
+git = "https://git.meli-email.org/meli/meli"
+[build]
+template = "custom"
+dependencies = [
+    "sqlite3",
+]
+script = """
+cookbook_cargo_packages meli
+"""
-- 
GitLab