mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-01 09:08:42 +08:00
11 lines
221 B
TOML
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",
|
|
]
|