vcpkg/ports/breakpad/vcpkg.json
Lily Wang e3c1d7dab9
[breakpad] Fixed missing include for std::find_if (#39059)
Fixes #39054
- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [ ] ~~SHA512s are updated for each updated download.~~
- [ ] ~~The "supports" clause reflects platforms that may be fixed by
this new version.~~
- [ ] ~~Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.~~
- [ ] ~~Any patches that are no longer applied are deleted from the
port's directory.~~
- [x] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [x] Only one version is added to each modified port's versions file.

---------

Co-authored-by: Lily Wang <v-lilywang@microsoft.com>
2024-06-03 22:53:22 -07:00

35 lines
729 B
JSON

{
"name": "breakpad",
"version-date": "2023-06-01",
"port-version": 1,
"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"
}
}
}