pineapple-src/externals/vcpkg/ports/libssh2/vcpkg.json

31 lines
570 B
JSON
Executable File

{
"name": "libssh2",
"version": "1.10.0",
"port-version": 4,
"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"
]
}
}
}