redox/recipes/wip/libs/libssh/recipe.toml
2024-04-28 16:55:57 +00:00

10 lines
243 B
TOML

#TODO missing script for CMake, see 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 = "custom"
dependencies = [
"zlib",
"openssl1",
]