redox/recipes/wip/net/ssh/mosh/recipe.toml
2026-02-17 22:34:00 -03:00

11 lines
221 B
TOML

#TODO missing header files
[source]
tar = "https://github.com/mobile-shell/mosh/releases/download/mosh-1.4.0/mosh-1.4.0.tar.gz"
[build]
template = "configure"
dependencies = [
"openssl3",
"ncurses",
"zlib",
]