mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 12:54:20 +08:00
10 lines
243 B
TOML
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",
|
|
]
|