vcpkg/ports/libssh2/vcpkg.json
Thomas1664 8a1b0ffb85
[libssh2] Fix deleted configfiles (#23509)
* Fix config files

* version

* Add comment

* version

* Keep pkgconfig files

* version
2022-03-11 13:03:36 -08:00

31 lines
570 B
JSON

{
"name": "libssh2",
"version": "1.10.0",
"port-version": 2,
"description": "libssh2 is a client-side C library implementing the SSH2 protocol.",
"homepage": "https://www.libssh2.org",
"license": "BSD-3-Clause",
"dependencies": [
"openssl",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"default-features": [
"zlib"
],
"features": {
"zlib": {
"description": "Use compressing via zlib",
"dependencies": [
"zlib"
]
}
}
}