redox/recipes/wip/dev/deploy-rs/recipe.toml
2024-05-08 04:12:55 +00:00

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