redox/recipes/wip/libs/other/libssh/recipe.toml
2026-03-24 15:59:41 -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.12/libssh-0.12.0.tar.xz"
[build]
template = "cmake"
dependencies = [
"zlib",
"openssl3",
]