mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-15 04:28:01 +08:00
[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:
parent
1c6363670a
commit
b674f6fe41
@ -1,8 +1,8 @@
|
|||||||
vcpkg_from_github(
|
vcpkg_from_github(
|
||||||
OUT_SOURCE_PATH SOURCE_PATH
|
OUT_SOURCE_PATH SOURCE_PATH
|
||||||
REPO likle/cargs
|
REPO likle/cargs
|
||||||
REF v1.0.3
|
REF "v${VERSION}"
|
||||||
SHA512 4f82f6857af6ae7bd1263f4c812a770fa3c3f94c84d5a0ba6256289a3d3084cd35b3aca6769241451d2acd57577ccc6638327b5bb70328800e9c3c4f5054f7de
|
SHA512 936fa94da31b07de27c0278688199705f9fdc55cf248c7a88405c373e5c77eed2a703d9398d3ea80a3a534db3d542898babb49db268d26c5945c4907540ccc1b
|
||||||
HEAD_REF master
|
HEAD_REF master
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -16,6 +16,7 @@ vcpkg_cmake_install()
|
|||||||
vcpkg_copy_pdbs()
|
vcpkg_copy_pdbs()
|
||||||
|
|
||||||
vcpkg_cmake_config_fixup(CONFIG_PATH lib/cmake/cargs)
|
vcpkg_cmake_config_fixup(CONFIG_PATH lib/cmake/cargs)
|
||||||
|
vcpkg_fixup_pkgconfig()
|
||||||
|
|
||||||
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
|
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
|
||||||
file(INSTALL "${SOURCE_PATH}/LICENSE.md" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
|
file(INSTALL "${SOURCE_PATH}/LICENSE.md" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "cargs",
|
"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.",
|
"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/",
|
"homepage": "https://likle.github.io/cargs/",
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
|
@ -1441,7 +1441,7 @@
|
|||||||
"port-version": 1
|
"port-version": 1
|
||||||
},
|
},
|
||||||
"cargs": {
|
"cargs": {
|
||||||
"baseline": "1.0.3",
|
"baseline": "1.1.0",
|
||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"cartographer": {
|
"cartographer": {
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "88fea433a3287ccd49ae6a5bb168071418fa4469",
|
||||||
|
"version": "1.1.0",
|
||||||
|
"port-version": 0
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "afa520193b882259b02bd2f8646982d340374d2d",
|
"git-tree": "afa520193b882259b02bd2f8646982d340374d2d",
|
||||||
"version": "1.0.3",
|
"version": "1.0.3",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user