vcpkg/ports/arg-router/vcpkg.json
Cam Mannett ee71be7ea7
[arg-router] Bump to 1.1.1 (#29604)
* [arg-router] Bump to 1.1.1

Bug fixes:
* Critical issue that prevents non-CMake builds from being built

Improvements:
* Removed the git patch version segment and therefore the requirement on git to build. This allows for building from source without a working copy

* Changes fro PR comments

* Removed unused files
* Added vcpkg_cmake_config_fixup
* Restricted to release 'build'
* Used version var for source tag
2023-02-15 09:56:06 -08:00

23 lines
501 B
JSON

{
"name": "arg-router",
"version": "1.1.1",
"description": "C++ command line argument parsing and routing.",
"homepage": "https://github.com/cmannett85/arg_router",
"documentation": "https://cmannett85.github.io/arg_router/",
"license": "BSL-1.0",
"dependencies": [
"boost-lexical-cast",
"boost-mp11",
"boost-preprocessor",
"span-lite",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}