Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

34 lines
708 B
JSON

{
"name": "breakpad",
"version-date": "2024-02-16",
"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"
}
}
}