mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-23 21:34:18 +08:00
10 lines
150 B
TOML
10 lines
150 B
TOML
[source]
|
|
tar = "https://www.libssh2.org/download/libssh2-1.10.0.tar.gz"
|
|
patches = []
|
|
|
|
[build]
|
|
template = "configure"
|
|
dependencies = [
|
|
"openssl"
|
|
]
|