redox/recipes/wip/dev/other/deploy-rs/recipe.toml
2024-06-26 04:17:47 +00:00

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
"""