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 0000000000000000000000000000000000000000..3fcaab4ad7a11ac0d0d376d6d339d5aa94769d8a --- /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 0000000000000000000000000000000000000000..9645e5d9f294218495da40f39853184bdb971bb4 --- /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 0000000000000000000000000000000000000000..c24a3c049122ae4c66d9e110e64bfe4c8502a81d --- /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 +"""