diff options
| author | Phil Christensen <philc@microsoft.com> | 2019-06-10 16:35:22 -0700 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2019-06-10 16:35:22 -0700 |
| commit | d962dc7d651b563bed089f4bf9056003ebb7fe1c (patch) | |
| tree | 12583d7562888f47d0759d94bf5bc2d2da8284c1 /ports/azure-storage-cpp | |
| parent | 06d5d393b962604ae0a0f8fa6cfd1a89d0627e83 (diff) | |
| download | vcpkg-d962dc7d651b563bed089f4bf9056003ebb7fe1c.tar.gz vcpkg-d962dc7d651b563bed089f4bf9056003ebb7fe1c.zip | |
[vcpkg] Add optional 'Homepage' field to CONTROL (#6844)
* [control file] Add optional 'Homepage' tag
This allows a 'Homepage' tag to be added to a port in order to support
changes such as PR #2933. It currently does not do anything with it.
* [docs]
Add Homepage to the control file documentation
* move urls from descriptions to homepage field.
Diffstat (limited to 'ports/azure-storage-cpp')
| -rw-r--r-- | ports/azure-storage-cpp/CONTROL | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ports/azure-storage-cpp/CONTROL b/ports/azure-storage-cpp/CONTROL index c3f8babef..d799b4512 100644 --- a/ports/azure-storage-cpp/CONTROL +++ b/ports/azure-storage-cpp/CONTROL @@ -2,4 +2,5 @@ Source: azure-storage-cpp Version: 6.1.0 Build-Depends: cpprestsdk[core], atlmfc (windows), boost-log (!windows&!uwp), boost-locale (!windows&!uwp), libxml2 (!windows&!uwp), libuuid (!windows&!uwp&!osx), gettext Description: Microsoft Azure Storage Client SDK for C++ - A client library for working with Microsoft Azure storage services including blobs, files, tables, and queues. This client library enables working with the Microsoft Azure storage services which include the blob service for storing binary and text data, the file service for storing binary and text data, the table service for storing structured non-relational data, and the queue service for storing messages that may be accessed by a client. Microsoft Azure Storage team's blog - http://blogs.msdn.com/b/windowsazurestorage/ + A client library for working with Microsoft Azure storage services including blobs, files, tables, and queues. This client library enables working with the Microsoft Azure storage services which include the blob service for storing binary and text data, the file service for storing binary and text data, the table service for storing structured non-relational data, and the queue service for storing messages that may be accessed by a client. +Homepage: http://blogs.msdn.com/b/windowsazurestorage/
\ No newline at end of file |
