aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/crashpad/vcpkg.json
diff options
context:
space:
mode:
authorEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
committerEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
commit54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch)
treed915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/crashpad/vcpkg.json
move to own git serverHEADmaster
Diffstat (limited to 'vcpkg/ports/crashpad/vcpkg.json')
-rw-r--r--vcpkg/ports/crashpad/vcpkg.json36
1 files changed, 36 insertions, 0 deletions
diff --git a/vcpkg/ports/crashpad/vcpkg.json b/vcpkg/ports/crashpad/vcpkg.json
new file mode 100644
index 0000000..9961892
--- /dev/null
+++ b/vcpkg/ports/crashpad/vcpkg.json
@@ -0,0 +1,36 @@
+{
+ "name": "crashpad",
+ "version-date": "2024-04-11",
+ "port-version": 9,
+ "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": "android | linux | osx | (windows & !uwp)",
+ "dependencies": [
+ {
+ "name": "curl",
+ "default-features": false,
+ "platform": "linux"
+ },
+ {
+ "name": "vcpkg-cmake-get-vars",
+ "host": true
+ },
+ {
+ "name": "vcpkg-get-python-packages",
+ "host": true
+ },
+ {
+ "name": "vcpkg-gn",
+ "host": true
+ },
+ {
+ "name": "vcpkg-tool-gn",
+ "host": true
+ },
+ "zlib"
+ ]
+}