mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-23 13:24:17 +08:00
Add recipes
This commit is contained in:
parent
2dbf5a3944
commit
77a4c0735f
5
recipes/wip/dev/git-tools/lazygh/recipe.toml
Normal file
5
recipes/wip/dev/git-tools/lazygh/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/kmj-007/lazygh"
|
||||
[build]
|
||||
template = "cargo"
|
||||
6
recipes/wip/dev/lua-tools/luarocks/recipe.toml
Normal file
6
recipes/wip/dev/lua-tools/luarocks/recipe.toml
Normal 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"
|
||||
9
recipes/wip/net/remote/ethersync/recipe.toml
Normal file
9
recipes/wip/net/remote/ethersync/recipe.toml
Normal 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
|
||||
"""
|
||||
Loading…
Reference in New Issue
Block a user