mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 16:39:07 +08:00
35 lines
729 B
JSON
35 lines
729 B
JSON
{
|
|
"name": "breakpad",
|
|
"version-date": "2023-01-27",
|
|
"port-version": 1,
|
|
"description": "a set of client and server components which implement a crash-reporting system.",
|
|
"homepage": "https://github.com/google/breakpad",
|
|
"license": "BSD-3-Clause",
|
|
"supports": "!uwp & (!windows | !arm) & (!windows | !arm64)",
|
|
"dependencies": [
|
|
{
|
|
"name": "atl",
|
|
"platform": "windows"
|
|
},
|
|
"libdisasm",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "zlib",
|
|
"platform": "linux"
|
|
}
|
|
],
|
|
"features": {
|
|
"tools": {
|
|
"description": "Build breakpad tools",
|
|
"supports": "linux"
|
|
}
|
|
}
|
|
}
|