Add libssh2 recipe

This commit is contained in:
Jeremy Soller 2022-10-17 11:01:14 -06:00
parent 2632081e2d
commit d7913f2977
No known key found for this signature in database
GPG Key ID: 87F211AF2BE4C2FE

View File

@ -0,0 +1,9 @@
[source]
tar = "https://www.libssh2.org/download/libssh2-1.10.0.tar.gz"
patches = []
[build]
template = "configure"
dependencies = [
"openssl"
]