mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-23 21:34:18 +08:00
10 lines
214 B
TOML
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"
|
|
"""
|