diff options
| author | Carlos O'Ryan <coryan@users.noreply.github.com> | 2018-04-02 23:29:14 -0400 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-04-02 20:29:14 -0700 |
| commit | 79a77a0bb761168b24ad3d1e897200f443b6287b (patch) | |
| tree | c4cfd6255a8f29e034a972887628abd5f7be39b1 /ports/google-cloud-cpp/CONTROL | |
| parent | a143d1a7fc817ba877b90e8fb0c0865325997885 (diff) | |
| download | vcpkg-79a77a0bb761168b24ad3d1e897200f443b6287b.tar.gz vcpkg-79a77a0bb761168b24ad3d1e897200f443b6287b.zip | |
Add google-cloud-cpp package (#3099)
* Initial port for google-cloud-cpp
* Use pre-release tag instead of commit sha1.
* Fix version.
* [google-cloud-cpp] Portfile improvements
* [google-cloud-cpp] Update to 0.1.0
Diffstat (limited to 'ports/google-cloud-cpp/CONTROL')
| -rw-r--r-- | ports/google-cloud-cpp/CONTROL | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ports/google-cloud-cpp/CONTROL b/ports/google-cloud-cpp/CONTROL new file mode 100644 index 000000000..e44b2e5e6 --- /dev/null +++ b/ports/google-cloud-cpp/CONTROL @@ -0,0 +1,4 @@ +Source: google-cloud-cpp
+Version: 0.1.0 +Build-Depends: grpc, gtest
+Description: C++ Client Libraries for Google Cloud Platform APIs.
|
