vcpkg/ports/breakpad/vcpkg.json
Francisco Facioni a5f93b05d1
[breakpad] Add linux tools (#28878)
* 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>
2023-01-18 12:34:08 -08:00

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"
}
}
}