mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-30 00:28:44 +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.12/libssh-0.12.0.tar.xz"
|
|
[build]
|
|
template = "cmake"
|
|
dependencies = [
|
|
"zlib",
|
|
"openssl3",
|
|
]
|