* Updated CLI11 version and hash to v2.4.0
* Ran vcpkg.exe x-add-version cli11
* Skip CLI11 build on UWP
CLI11's Unicode support doesn't build on UWP. As UWP is deprecated, it most likely won't be supported in the future.
* Removed cli11 from scripts/ci.baseline.txt
Co-authored-by: Kai Pastor <dg0yt@darc.de>
* Added supports: !uwp to ports/cli11/vcpkg.json
cli11 Unicode support doesn't work on UWP
Co-authored-by: Kai Pastor <dg0yt@darc.de>
* Updated versions/cli11.json
---------
Co-authored-by: Kai Pastor <dg0yt@darc.de>
Co-authored-by: Patrik Huber <p.huber@mimetrik.co.uk>
* Update cli11 to 2.1.0
* Update CI baseline
* Change version-semver to version for cli11
* Update git-tree version
Co-authored-by: chausner <chausner@users.noreply.github.com>
* [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.