[cargs] update to 1.1.0 (#36248)

* [cargs] update to 1.1.0

* [cargs] update to 1.1.0

* pkgconfig fixup
This commit is contained in:
Jia Yue Hua 2024-01-20 03:56:09 +08:00 committed by GitHub
parent 1c6363670a
commit b674f6fe41
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 10 additions and 4 deletions

View File

@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO likle/cargs
REF v1.0.3
SHA512 4f82f6857af6ae7bd1263f4c812a770fa3c3f94c84d5a0ba6256289a3d3084cd35b3aca6769241451d2acd57577ccc6638327b5bb70328800e9c3c4f5054f7de
REF "v${VERSION}"
SHA512 936fa94da31b07de27c0278688199705f9fdc55cf248c7a88405c373e5c77eed2a703d9398d3ea80a3a534db3d542898babb49db268d26c5945c4907540ccc1b
HEAD_REF master
)
@ -16,6 +16,7 @@ vcpkg_cmake_install()
vcpkg_copy_pdbs()
vcpkg_cmake_config_fixup(CONFIG_PATH lib/cmake/cargs)
vcpkg_fixup_pkgconfig()
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
file(INSTALL "${SOURCE_PATH}/LICENSE.md" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)

View File

@ -1,6 +1,6 @@
{
"name": "cargs",
"version": "1.0.3",
"version": "1.1.0",
"description": "A lightweight cross-platform getopt alternative that works on Linux, Windows and macOS. Command line argument parser library for C/C++. Can be used to parse argv and argc parameters.",
"homepage": "https://likle.github.io/cargs/",
"dependencies": [

View File

@ -1441,7 +1441,7 @@
"port-version": 1
},
"cargs": {
"baseline": "1.0.3",
"baseline": "1.1.0",
"port-version": 0
},
"cartographer": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "88fea433a3287ccd49ae6a5bb168071418fa4469",
"version": "1.1.0",
"port-version": 0
},
{
"git-tree": "afa520193b882259b02bd2f8646982d340374d2d",
"version": "1.0.3",