vcpkg/ports/libssh/vcpkg.json
2023-11-29 00:17:15 -08:00

32 lines
634 B
JSON

{
"name": "libssh",
"version": "0.10.5",
"port-version": 1,
"description": "libssh is a multiplatform C library implementing the SSHv2 protocol on client and server side",
"homepage": "https://www.libssh.org/",
"license": "LGPL-2.1-only",
"supports": "!uwp & !xbox",
"dependencies": [
{
"name": "openssl",
"default-features": false
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"zlib": {
"description": "libssh with zlib",
"dependencies": [
"zlib"
]
}
}
}