diff options
| author | ras0219 <533828+ras0219@users.noreply.github.com> | 2021-01-13 14:41:23 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-13 14:41:23 -0800 |
| commit | 4783c36f8c04f584ec4d232958afae9d32bc61d5 (patch) | |
| tree | 7124916dabdd1a6872e4b5040cce016c61a80421 /ports/grpc | |
| parent | 8414e15973097e70fe40149e922c402799804b3d (diff) | |
| download | vcpkg-4783c36f8c04f584ec4d232958afae9d32bc61d5.tar.gz vcpkg-4783c36f8c04f584ec4d232958afae9d32bc61d5.zip | |
[boost][many ports] Reformat manifest files in preparation for #15424 (#15616)
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
Diffstat (limited to 'ports/grpc')
| -rw-r--r-- | ports/grpc/CONTROL | 9 | ||||
| -rw-r--r-- | ports/grpc/vcpkg.json | 24 |
2 files changed, 24 insertions, 9 deletions
diff --git a/ports/grpc/CONTROL b/ports/grpc/CONTROL deleted file mode 100644 index 208332e53..000000000 --- a/ports/grpc/CONTROL +++ /dev/null @@ -1,9 +0,0 @@ -Source: grpc -Version: 1.33.1 -Port-Version: 2 -Build-Depends: zlib, openssl, protobuf, c-ares (!uwp), upb, abseil, re2 -Homepage: https://github.com/grpc/grpc -Description: An RPC library and framework - -Feature: absl-sync -Description: Use abseil synchronization module diff --git a/ports/grpc/vcpkg.json b/ports/grpc/vcpkg.json new file mode 100644 index 000000000..0a180bea0 --- /dev/null +++ b/ports/grpc/vcpkg.json @@ -0,0 +1,24 @@ +{ + "name": "grpc", + "version-string": "1.33.1", + "port-version": 2, + "description": "An RPC library and framework", + "homepage": "https://github.com/grpc/grpc", + "dependencies": [ + "abseil", + { + "name": "c-ares", + "platform": "!uwp" + }, + "openssl", + "protobuf", + "re2", + "upb", + "zlib" + ], + "features": { + "absl-sync": { + "description": "Use abseil synchronization module" + } + } +} |
