early-access version 2853
This commit is contained in:
45
externals/vcpkg/ports/libgwenhywfar/vcpkg.json
vendored
Executable file
45
externals/vcpkg/ports/libgwenhywfar/vcpkg.json
vendored
Executable file
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"name": "libgwenhywfar",
|
||||
"version-semver": "5.6.0",
|
||||
"port-version": 2,
|
||||
"description": "A helper library for networking and security applications and libraries",
|
||||
"homepage": "https://www.aquamaniac.de/rdm/",
|
||||
"supports": "!windows",
|
||||
"dependencies": [
|
||||
"libgcrypt",
|
||||
{
|
||||
"name": "libgnutls",
|
||||
"features": [
|
||||
"openssl"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake-config",
|
||||
"host": true
|
||||
}
|
||||
],
|
||||
"default-features": [
|
||||
"cpp",
|
||||
"libxml2"
|
||||
],
|
||||
"features": {
|
||||
"cpp": {
|
||||
"description": "C++ bindings"
|
||||
},
|
||||
"libxml2": {
|
||||
"description": "Enables libXML2-depending functionality",
|
||||
"dependencies": [
|
||||
"libxml2"
|
||||
]
|
||||
},
|
||||
"qt5": {
|
||||
"description": "Qt bindings",
|
||||
"dependencies": [
|
||||
"qt5-base"
|
||||
]
|
||||
},
|
||||
"tools": {
|
||||
"description": "Some helper tools provided by Gwenhywfar and useful for applications using it"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user