vcpkg/ports/libgwenhywfar/vcpkg.json
Dawid Wróbel 70f73854cb
[libgwenhywfar] new port (#16810)
* [libgnutls] macOS fix; additional optimizations

- add missing macOS SDK CoreFoundation framework reference
- add OpenSSL compatibility feature
- explicitly disable libdane (was disabled implicitly due to
  a missing libunbound)
- no need for autoconfig

* [libgnutls] update versions

* [libgwenhywfar] new port

* [libgwenhywfar] add versions

* [libgwenhywfar] use semver versioning scheme

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>

* [libgwenhywfar] use semver versioning scheme

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>

* [libgwenhywfar] update versions

* [libgwenhywfar] make sure to fail a windows build

* [libgwenhywfar] update versions

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2021-03-25 12:16:08 -07:00

41 lines
850 B
JSON

{
"name": "libgwenhywfar",
"version-semver": "5.6.0",
"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"
]
}
],
"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"
}
}
}