redox/recipes/wip/tools/intermodal/recipe.toml
2024-02-15 09:47:49 +00:00

10 lines
214 B
TOML

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