mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-01 17:18:46 +08:00
10 lines
220 B
TOML
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"
|
|
"""
|