mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-26 14:54:20 +08:00
10 lines
220 B
TOML
10 lines
220 B
TOML
#TODO Not compiled or tested
|
|
[source]
|
|
git = "https://github.com/serokell/deploy-rs"
|
|
[build]
|
|
template = "custom"
|
|
script = """
|
|
mv "${COOKBOOK_STAGE}/usr/bin/deploy" "${COOKBOOK_STAGE}/usr/bin/deploy-rs"
|
|
cookbook_cargo
|
|
"""
|