mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 00:39:00 +08:00
a5f93b05d1
* breakpad - add core tools and linux ones * Don't guard the vcpkg_copy_tools for "linux", and avoid installing debug headers rather than deleting them. Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
27 lines
606 B
JSON
27 lines
606 B
JSON
{
|
|
"name": "breakpad",
|
|
"version-date": "2022-07-12",
|
|
"port-version": 2,
|
|
"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": [
|
|
"libdisasm",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"tools": {
|
|
"description": "Build breakpad tools",
|
|
"supports": "linux"
|
|
}
|
|
}
|
|
}
|