vcpkg/ports/crashpad/vcpkg.json
omartijn 38b5cc29ab
Fetch missing dependency for crashpad on linux (#30957)
Note that this does not change the fact that crashpad is marked as
unsupported, but it makes the build work now with
`--allow-unsupported`.

The build seems to work fine if the default compiler is set to clang, it
does not build with gcc, which is probably why it's marked as
unsupported.

Co-authored-by: Martijn Otto <martijn@resolume.com>
2023-04-20 15:57:39 -07:00

28 lines
842 B
JSON

{
"name": "crashpad",
"version-date": "2022-09-05",
"port-version": 4,
"description": [
"Crashpad is a crash-reporting system.",
"Crashpad is a library for capturing, storing and transmitting postmortem crash reports from a client to an upstream collection server. Crashpad aims to make it possible for clients to capture process state at the time of crash with the best possible fidelity and coverage, with the minimum of fuss."
],
"homepage": "https://chromium.googlesource.com/crashpad/crashpad/+/master/README.md",
"license": "Apache-2.0",
"supports": "linux | osx | (windows & !uwp)",
"dependencies": [
{
"name": "vcpkg-cmake-get-vars",
"host": true
},
{
"name": "vcpkg-gn",
"host": true
},
{
"name": "vcpkg-tool-gn",
"host": true
},
"zlib"
]
}