early-access version 2853
This commit is contained in:
97
externals/vcpkg/ports/libgit2/vcpkg.json
vendored
Executable file
97
externals/vcpkg/ports/libgit2/vcpkg.json
vendored
Executable file
@@ -0,0 +1,97 @@
|
||||
{
|
||||
"name": "libgit2",
|
||||
"version-semver": "1.4.2",
|
||||
"description": "Git linkable library",
|
||||
"homepage": "https://github.com/libgit2/libgit2",
|
||||
"supports": "!uwp",
|
||||
"dependencies": [
|
||||
"http-parser",
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
"host": true
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake-config",
|
||||
"host": true
|
||||
},
|
||||
"zlib"
|
||||
],
|
||||
"default-features": [
|
||||
"pcre",
|
||||
"ssl"
|
||||
],
|
||||
"features": {
|
||||
"mbedtls": {
|
||||
"description": "SSL support (mbedTLS)",
|
||||
"dependencies": [
|
||||
"mbedtls"
|
||||
]
|
||||
},
|
||||
"openssl": {
|
||||
"description": "SSL support (OpenSSL)",
|
||||
"dependencies": [
|
||||
"openssl"
|
||||
]
|
||||
},
|
||||
"pcre": {
|
||||
"description": "Build against external libpcre",
|
||||
"dependencies": [
|
||||
"pcre"
|
||||
]
|
||||
},
|
||||
"pcre2": {
|
||||
"description": "Build against external libpcre2",
|
||||
"dependencies": [
|
||||
"pcre2"
|
||||
]
|
||||
},
|
||||
"sectransp": {
|
||||
"description": "SSL support (sectransp)"
|
||||
},
|
||||
"ssh": {
|
||||
"description": "SSH support via libssh2",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "libgit2",
|
||||
"default-features": false,
|
||||
"features": [
|
||||
"openssl"
|
||||
]
|
||||
},
|
||||
"libssh2"
|
||||
]
|
||||
},
|
||||
"ssl": {
|
||||
"description": "Default SSL backend",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "libgit2",
|
||||
"default-features": false,
|
||||
"features": [
|
||||
"sectransp"
|
||||
],
|
||||
"platform": "osx"
|
||||
},
|
||||
{
|
||||
"name": "libgit2",
|
||||
"default-features": false,
|
||||
"features": [
|
||||
"winhttp"
|
||||
],
|
||||
"platform": "windows"
|
||||
},
|
||||
{
|
||||
"name": "libgit2",
|
||||
"default-features": false,
|
||||
"features": [
|
||||
"openssl"
|
||||
],
|
||||
"platform": "!windows & !osx"
|
||||
}
|
||||
]
|
||||
},
|
||||
"winhttp": {
|
||||
"description": "SSL support (WinHTTP)"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user