redox/recipes/wip/libs/other/libssh/recipe.toml
2025-10-12 18:26:25 -03:00

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",
]