redox/recipes/wip/net/ssh/mosh/recipe.toml
2026-03-12 19:26:11 +07:00

21 lines
301 B
TOML

#TODO protobuf in redox
[source]
git = "https://github.com/mobile-shell/mosh"
rev = "mosh-1.4.0"
shallow_clone = true
script = """
./autogen.sh
"""
[build]
template = "configure"
dependencies = [
"openssl3",
"ncursesw",
"zlib",
"protobuf"
]
dev-dependencies = [
"host:protobuf"
]