mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-06 11:22:52 +08:00
75ae1ef844
* [libssh2] Fix various issues * Remove dynamic linking * Add feature zlib * Disable dynamic linking on Windows and UWP * version * Use MSBuild generator on Windows * version * Hack for generator on OSX * version * Fix windows dynamic build * version Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
31 lines
570 B
JSON
31 lines
570 B
JSON
{
|
|
"name": "libssh2",
|
|
"version": "1.10.0",
|
|
"port-version": 1,
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|