vcpkg/ports/crashpad/vcpkg.json
Alexander Neumann 6b67ad7e48
[crashpad] use vcpkg_cmake_get_vars (#25864)
* [crashpad] use vcpkg_cmake_get_vars

* v db

* disable uwp for crashpad.

* v db
2022-07-25 14:00:13 -07:00

24 lines
776 B
JSON

{
"name": "crashpad",
"version-date": "2022-04-16",
"port-version": 2,
"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": "osx | (windows & !uwp)",
"dependencies": [
{
"name": "vcpkg-cmake-get-vars",
"host": true
},
{
"name": "vcpkg-tool-gn",
"host": true
},
"zlib"
]
}