diff options
| author | Carlos O'Ryan <coryan@users.noreply.github.com> | 2021-02-11 02:53:56 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-10 23:53:56 -0800 |
| commit | e3d252bca98e83fdeb98fae3c23c301b2c970e67 (patch) | |
| tree | b64729c05cc1e753a4b9f75b83a9051ba5ec8926 /ports/google-cloud-cpp | |
| parent | d89ed891225d89b1a321d416abf8867ad8fbf5a4 (diff) | |
| download | vcpkg-e3d252bca98e83fdeb98fae3c23c301b2c970e67.tar.gz vcpkg-e3d252bca98e83fdeb98fae3c23c301b2c970e67.zip | |
[google-cloud-cpp] populate license field (#16162)
* [google-cloud-cpp] populate license field
* Fix port version after license file
Diffstat (limited to 'ports/google-cloud-cpp')
| -rw-r--r-- | ports/google-cloud-cpp/vcpkg.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ports/google-cloud-cpp/vcpkg.json b/ports/google-cloud-cpp/vcpkg.json index 34ac26563..6757be317 100644 --- a/ports/google-cloud-cpp/vcpkg.json +++ b/ports/google-cloud-cpp/vcpkg.json @@ -1,8 +1,10 @@ { "name": "google-cloud-cpp", "version-string": "1.24.0", + "port-version": 1, "description": "C++ Client Libraries for Google Cloud Platform APIs.", "homepage": "https://github.com/googleapis/google-cloud-cpp", + "license": "Apache-2.0", "supports": "!uwp", "dependencies": [ "abseil", |
