mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-26 06:44:18 +08:00
11 lines
257 B
TOML
11 lines
257 B
TOML
#TODO not compiled or tested
|
|
# build instructions: https://git.libssh.org/projects/libssh.git/tree/INSTALL#n36
|
|
[source]
|
|
tar = "https://www.libssh.org/files/0.10/libssh-0.10.6.tar.xz"
|
|
[build]
|
|
template = "cmake"
|
|
dependencies = [
|
|
"zlib",
|
|
"openssl1",
|
|
]
|