redox/recipes/wip/games/fps/rust-doom/recipe.toml
2024-07-12 18:15:53 +00:00

10 lines
220 B
TOML

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