Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[cli] update to v.2.0.0 #19744

Merged
merged 30 commits into from
Aug 30, 2021
Merged
Show file tree
Hide file tree
Changes from 26 commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
9ce5614
[cli] Update the version to 1.1.1
Sep 17, 2019
b05974d
[cli] Update the version to 1.2.0
Jun 27, 2020
1af556a
Merge remote-tracking branch 'upstream/master'
Jun 27, 2020
322b854
Merge remote-tracking branch 'upstream/master'
Aug 27, 2020
f3a467b
[cli] Update the version to 1.2.1
Aug 27, 2020
988b502
[cli] Update the version to 1.2.1: fix PR requests
Aug 27, 2020
cfeee83
Merge branch 'master' of https://github.com/microsoft/vcpkg
Apr 8, 2021
36c7573
Merge remote-tracking branch 'upstream/master'
May 21, 2021
26179bc
[aricpp] create a new port (#17162)
May 21, 2021
296db25
[cli] run the command: ./vcpkg x-add-version --all
May 21, 2021
a18ff0e
Merge remote-tracking branch 'upstream/master'
May 24, 2021
fd37162
[aricpp] change request for #18048
May 24, 2021
08d9379
Update ports/aricpp/portfile.cmake
JackBoosY May 24, 2021
023e395
Merge remote-tracking branch 'upstream/master'
May 25, 2021
39b97bb
[aricpp] change request for #18048
May 25, 2021
2238993
Merge branch 'master' of https://github.com/daniele77/vcpkg
May 25, 2021
82dee57
Update ports/aricpp/vcpkg.json
JackBoosY May 25, 2021
d444ff5
Update ports/aricpp/vcpkg.json
JackBoosY May 25, 2021
223bcdc
Update versions/a-/aricpp.json
JackBoosY May 26, 2021
2b31cef
Update versions/a-/aricpp.json
JackBoosY May 26, 2021
7f5762a
[aricpp] port-version -> 0
strega-nil Jun 1, 2021
7d22c63
[cli] Update the version to 2.0.0
Aug 25, 2021
2324335
Merge branch 'master' of https://github.com/daniele77/vcpkg
Aug 25, 2021
605a0ef
[cli] v. 2.0
Aug 25, 2021
4fdeab0
[cli] Update ports/cli/portfile.cmake
daniele77 Aug 26, 2021
6314944
Merge remote-tracking branch 'upstream/master'
Aug 26, 2021
3946590
Update ports/cli/portfile.cmake
daniele77 Aug 26, 2021
0939629
Merge branch 'master' of https://github.com/daniele77/vcpkg
Aug 26, 2021
79823b4
[cli] bump port version
Aug 26, 2021
832b105
Update versions/c-/cli.json
daniele77 Aug 26, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions ports/cli/CONTROL

This file was deleted.

19 changes: 10 additions & 9 deletions ports/cli/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO daniele77/cli
REF v1.2.1
SHA512 fc834608ac2ca6c3f330711c80897cc581eb1ed8da7a0d56a07efe6650d871f5317c777a6a029fdc0177684f08479bd129cc0ce748354bac3dbe6af79a390d14
REF v2.0.0
SHA512 8a3e42d02f8bf757628fb876ccfa376771bbe66e7820d7fd5b34119fca262129f5122e67d939e0898b5964a162a8fd4538d5e6ffa96c4935a8c3979e5d5dbd9d
HEAD_REF master
)

vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
PREFER_NINJA
vcpkg_cmake_configure(
SOURCE_PATH "${SOURCE_PATH}"
)

vcpkg_install_cmake()
vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake/cli)
vcpkg_cmake_install()

file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug ${CURRENT_PACKAGES_DIR}/lib)
file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
vcpkg_copy_pdbs()
vcpkg_cmake_config_fixup(CONFIG_PATH lib/cmake/cli)

file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug" "${CURRENT_PACKAGES_DIR}/lib")
file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
17 changes: 17 additions & 0 deletions ports/cli/vcpkg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "cli",
"version-semver": "2.0.0",
"description": "A library for interactive command line interfaces in modern C++",
"homepage": "https://github.com/daniele77/cli",
"dependencies": [
"boost-asio",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -1297,7 +1297,7 @@
"port-version": 0
},
"cli": {
"baseline": "1.2.1",
"baseline": "2.0.0",
"port-version": 0
},
"cli11": {
Expand Down
5 changes: 5 additions & 0 deletions versions/c-/cli.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "5263efbbfb29cf7b9c895c43c954550c60235c14",
"version-semver": "2.0.0",
"port-version": 0
},
{
"git-tree": "ae335f0cbfecdfb4f7d5448bf3e1fec0ae9aecb9",
"version-string": "1.2.1",
Expand Down