mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 00:59:07 +08:00
988870e4f5
* [argumentum] Update to 0.3.2 * Update hash after tag moved * ./vcpkg.exe format-manifest ports/argumentum/vcpkg.json * Fix vcpkg.json version, license, ./vcpkg.exe x-add-version --all * Increase port-version * ./vcpkg.exe x-add-version --all --overwrite-version * Set port-version back to 0 * Remove generated version info for argumentum * Re-add generated version info for argumentum * Fix version string * ./vcpkg.exe x-add-version --overwrite-version argumentum * Install only the static version * ./vcpkg.exe x-add-version --overwrite-version argumentum
18 lines
366 B
JSON
18 lines
366 B
JSON
{
|
|
"name": "argumentum",
|
|
"version": "0.3.2",
|
|
"description": "A C++17 command line argument parser inspired by Python argparse",
|
|
"homepage": "https://github.com/mmahnic/argumentum",
|
|
"license": "MPL-2.0",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|