zeek/auxil/vcpkg/ports/libssh/vcpkg.json
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

48 lines
933 B
JSON

{
"name": "libssh",
"version": "0.10.6",
"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
}
],
"default-features": [
{
"name": "pcap",
"platform": "!android"
},
{
"name": "server",
"platform": "!android"
}
],
"features": {
"pcap": {
"description": "SSH server support"
},
"server": {
"description": "Pcap generation support"
},
"zlib": {
"description": "zlib compression support",
"dependencies": [
"zlib"
]
}
}
}