mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 22:19:00 +08:00
13 lines
298 B
JSON
13 lines
298 B
JSON
|
{
|
||
|
"name": "uthenticode",
|
||
|
"version-string": "1.0.4",
|
||
|
"port-version": 1,
|
||
|
"description": "A cross-platform library for verifying Authenticode signatures",
|
||
|
"homepage": "https://github.com/trailofbits/uthenticode",
|
||
|
"supports": "!uwp",
|
||
|
"dependencies": [
|
||
|
"openssl",
|
||
|
"pe-parse"
|
||
|
]
|
||
|
}
|