From 77a4c0735fa497c5057e4e9592f9901390e7b714 Mon Sep 17 00:00:00 2001
From: Ribbon <ribbon_45@proton.me>
Date: Tue, 17 Sep 2024 07:25:47 +0000
Subject: [PATCH] Add recipes

---
 recipes/wip/dev/git-tools/lazygh/recipe.toml   | 5 +++++
 recipes/wip/dev/lua-tools/luarocks/recipe.toml | 6 ++++++
 recipes/wip/net/remote/ethersync/recipe.toml   | 9 +++++++++
 3 files changed, 20 insertions(+)
 create mode 100644 recipes/wip/dev/git-tools/lazygh/recipe.toml
 create mode 100644 recipes/wip/dev/lua-tools/luarocks/recipe.toml
 create mode 100644 recipes/wip/net/remote/ethersync/recipe.toml

diff --git a/recipes/wip/dev/git-tools/lazygh/recipe.toml b/recipes/wip/dev/git-tools/lazygh/recipe.toml
new file mode 100644
index 000000000..3fcaab4ad
--- /dev/null
+++ b/recipes/wip/dev/git-tools/lazygh/recipe.toml
@@ -0,0 +1,5 @@
+#TODO not compiled or tested
+[source]
+git = "https://github.com/kmj-007/lazygh"
+[build]
+template = "cargo"
diff --git a/recipes/wip/dev/lua-tools/luarocks/recipe.toml b/recipes/wip/dev/lua-tools/luarocks/recipe.toml
new file mode 100644
index 000000000..9645e5d9f
--- /dev/null
+++ b/recipes/wip/dev/lua-tools/luarocks/recipe.toml
@@ -0,0 +1,6 @@
+#TODO not compiled or tested
+# build instructions - https://github.com/luarocks/luarocks/wiki/Installation-instructions-for-Unix
+[source]
+tar = "https://luarocks.org/releases/luarocks-3.11.1.tar.gz"
+[build]
+template = "configure"
diff --git a/recipes/wip/net/remote/ethersync/recipe.toml b/recipes/wip/net/remote/ethersync/recipe.toml
new file mode 100644
index 000000000..c24a3c049
--- /dev/null
+++ b/recipes/wip/net/remote/ethersync/recipe.toml
@@ -0,0 +1,9 @@
+#TODO not compiled or tested
+[source]
+git = "https://github.com/ethersync/ethersync"
+[build]
+template = "custom"
+script = """
+COOKBOOK_SOURCE="${COOKBOOK_SOURCE}/daemon"
+cookbook_cargo
+"""
-- 
GitLab