vcpkg/ports/libgnutls/vcpkg.json
Kai Pastor 01ba491712
[libgnutls] Disable tpm (#18070)
* Disable tpm (not available in vcpkg)

* Quote filepath expressions

* x-add-version
2021-05-24 11:57:02 -07:00

21 lines
438 B
JSON

{
"name": "libgnutls",
"version": "3.6.15",
"port-version": 2,
"description": "A secure communications library implementing the SSL, TLS and DTLS protocols",
"homepage": "https://www.gnutls.org/",
"supports": "!windows",
"dependencies": [
"gettext",
"gmp",
"libidn2",
"libtasn1",
"nettle"
],
"features": {
"openssl": {
"description": "enables the OpenSSL compatibility library"
}
}
}