diff options
Diffstat (limited to 'vcpkg/ports/uthenticode/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/uthenticode/vcpkg.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/vcpkg/ports/uthenticode/vcpkg.json b/vcpkg/ports/uthenticode/vcpkg.json new file mode 100644 index 0000000..f6a2282 --- /dev/null +++ b/vcpkg/ports/uthenticode/vcpkg.json @@ -0,0 +1,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 + } + ] +} |