mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-05 19:18:43 +08:00
21 lines
301 B
TOML
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"
|
|
]
|