mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 12:54:20 +08:00
10 lines
189 B
TOML
10 lines
189 B
TOML
#TODO not compiled or tested
|
|
[source]
|
|
git = "https://github.com/ethersync/ethersync"
|
|
[build]
|
|
template = "custom"
|
|
script = """
|
|
COOKBOOK_SOURCE="${COOKBOOK_SOURCE}/daemon"
|
|
cookbook_cargo
|
|
"""
|