From 55909038718065a152cf5be4fac9d86c6af7661d Mon Sep 17 00:00:00 2001
From: Ribbon <ribbon_45@proton.me>
Date: Thu, 28 Dec 2023 00:57:47 +0000
Subject: [PATCH] new recipes

---
 recipes/wip/moon/recipe.toml  | 9 +++++++++
 recipes/wip/proto/recipe.toml | 8 ++++++++
 2 files changed, 17 insertions(+)
 create mode 100644 recipes/wip/moon/recipe.toml
 create mode 100644 recipes/wip/proto/recipe.toml

diff --git a/recipes/wip/moon/recipe.toml b/recipes/wip/moon/recipe.toml
new file mode 100644
index 000000000..47d023d96
--- /dev/null
+++ b/recipes/wip/moon/recipe.toml
@@ -0,0 +1,9 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/moonrepo/moon"
+rev = "2d60d2cff16b37063ec5242451d086871bce7fd5"
+[build]
+template = "custom"
+script = """
+cookbook_cargo_packages moon_cli
+"""
diff --git a/recipes/wip/proto/recipe.toml b/recipes/wip/proto/recipe.toml
new file mode 100644
index 000000000..dae4a215b
--- /dev/null
+++ b/recipes/wip/proto/recipe.toml
@@ -0,0 +1,8 @@
+#TODO Not compiled or tested
+[source]
+tar = "https://github.com/moonrepo/proto/releases/download/v0.26.2/source.tar.gz"
+[build]
+template = "custom"
+script = """
+cookbook_cargo_packages proto_cli
+"""
-- 
GitLab