redox/recipes/wip/net/remote/ethersync/recipe.toml
2026-02-17 22:34:00 -03:00

12 lines
223 B
TOML

#TODO not compiled or tested
[source]
git = "https://github.com/ethersync/ethersync"
shallow_clone = true
[build]
template = "custom"
script = """
COOKBOOK_SOURCE="${COOKBOOK_SOURCE}/daemon"
DYNAMIC_INIT
cookbook_cargo
"""