mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-25 06:14:18 +08:00
10 lines
239 B
TOML
10 lines
239 B
TOML
#TODO add a command to properly move the binary
|
|
[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
|
|
"""
|