aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/uthenticode/vcpkg.json
blob: f6a228233be2da40996f1923b90649de69a7a260 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "name": "uthenticode",
  "version": "2.0.1",
  "port-version": 1,
  "description": "A cross-platform library for verifying Authenticode signatures",
  "homepage": "https://github.com/trailofbits/uthenticode",
  "supports": "!uwp",
  "dependencies": [
    "openssl",
    "pe-parse",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}