redox/recipes/wip/games/fps/rust-doom/recipe.toml
2025-06-08 19:56:00 -03:00

10 lines
219 B
TOML

#TODO compiled but not tested
[source]
git = "https://github.com/hovinen/rust-doom"
[build]
template = "custom"
script = """
cookbook_cargo
mv "${COOKBOOK_STAGE}/usr/bin/rs_doom" "${COOKBOOK_STAGE}/usr/bin/doom-rs"
"""