aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/shiftmedia-libgnutls/vcpkg.json
blob: 18fb93aeaf0a6bbc4e8e2443416d0ee103bcdee3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "name": "shiftmedia-libgnutls",
  "version": "3.8.7",
  "port-version": 2,
  "description": "Unofficial GnuTLS fork with added custom native Visual Studio project build tools. ",
  "homepage": "https://github.com/ShiftMediaProject/gnutls",
  "license": "LGPL-2.1-only",
  "supports": "windows & !arm & !mingw & !xbox",
  "dependencies": [
    "gettext",
    "gmp",
    "libtasn1",
    "nettle",
    {
      "name": "vs-yasm",
      "host": true
    },
    {
      "name": "yasm-tool-helper",
      "host": true
    },
    "zlib"
  ]
}