redox/recipes/wip/intermodal/recipe.toml
2023-11-30 18:13:53 +00:00

10 lines
206 B
TOML

#TODO termios crate error
[source]
git = "https://github.com/casey/intermodal"
[build]
template = "custom"
script = """
cookbook_cargo
mv "${COOKBOOK_STAGE}/bin/imdl" "${COOKBOOK_STAGE}/bin/intermodal"
"""