mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 05:44:17 +08:00
12 lines
223 B
TOML
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
|
|
"""
|