mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-20 03:44:18 +08:00
11 lines
227 B
TOML
11 lines
227 B
TOML
[source]
|
|
tar = "https://www.libssh2.org/download/libssh2-1.10.0.tar.gz"
|
|
blake3 = "2447216ce82c1d22301456bb02f60dfb6688f1461417b90f900c099a87f1292f"
|
|
patches = []
|
|
|
|
[build]
|
|
template = "configure"
|
|
dependencies = [
|
|
"openssl1"
|
|
]
|