redox/recipes/wip/dev/other/deploy-rs/recipe.toml
2026-03-13 15:24:15 -03:00

12 lines
254 B
TOML

#TODO not compiled or tested
[source]
git = "https://github.com/serokell/deploy-rs"
shallow_clone = true
[build]
template = "custom"
script = """
DYNAMIC_INIT
cookbook_cargo
mv "${COOKBOOK_STAGE}/usr/bin/deploy" "${COOKBOOK_STAGE}/usr/bin/deploy-rs"
"""