aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/wolftpm/vcpkg.json
blob: 81cba8e2b4986cc9ca003eea83a16710e4777d42 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "name": "wolftpm",
  "version": "3.9.2",
  "port-version": 1,
  "description": "TPM library used with wolfSSL library for many platforms",
  "homepage": "https://wolfssl.com",
  "license": "GPL-2.0-or-later",
  "supports": "!uwp & !xbox",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    },
    "wolfssl"
  ]
}