Add recipes

This commit is contained in:
Ribbon 2024-09-17 07:25:47 +00:00
parent 2dbf5a3944
commit 77a4c0735f
3 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,5 @@
#TODO not compiled or tested
[source]
git = "https://github.com/kmj-007/lazygh"
[build]
template = "cargo"

View File

@ -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"

View File

@ -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
"""