vcpkg/ports/uthenticode/vcpkg.json
2024-04-01 14:08:56 -07:00

20 lines
399 B
JSON

{
"name": "uthenticode",
"version": "2.0.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
}
]
}