mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-04 18:48:43 +08:00
10 lines
216 B
TOML
10 lines
216 B
TOML
#TODO compiled but not tested
|
|
#TODO add a command to properly move the executable
|
|
[source]
|
|
git = "https://github.com/ymgyt/syndicationd"
|
|
[build]
|
|
template = "custom"
|
|
script = """
|
|
cookbook_cargo_packages synd-term
|
|
"""
|