redox/recipes/wip/mosh/recipe.toml
2023-12-22 13:24:08 +00:00

11 lines
167 B
TOML

#TODO missing headers
[source]
tar = "https://mosh.org/mosh-1.4.0.tar.gz"
[build]
template = "configure"
dependencies = [
"openssl1",
"ncurses",
"zlib",
]