mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 05:39:00 +08:00
20 lines
399 B
JSON
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
|
|
}
|
|
]
|
|
}
|