Skip to content

Commit

Permalink
[cli] Update the version to 1.1.0 (microsoft#6123)
Browse files Browse the repository at this point in the history
  • Loading branch information
daniele77 authored and grdowns committed Apr 17, 2019
1 parent e54a0ec commit 6ad413c
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
8 changes: 4 additions & 4 deletions ports/cli/CONTROL
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Source: cli
Version: 2019-03-21
Description: A library for interactive command line interfaces in modern C++
Build-Depends: boost-asio
Source: cli
Version: 1.1
Description: A library for interactive command line interfaces in modern C++
Build-Depends: boost-asio
40 changes: 20 additions & 20 deletions ports/cli/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
include(vcpkg_common_functions)

vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO daniele77/cli
REF f74c6eea9616e0a62f5b3be4e1d07ad432232e90
SHA512 9a5e25175844a7e9eacb05056c2e56e21be82efed6991d9c0e7d33e3a76f83d815455ec6e79d045ec15453354a1c50b0f91feef2766ae323931b4d4eb6caf1cf
HEAD_REF master
)

vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
PREFER_NINJA
)

vcpkg_install_cmake()
vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake/cli TARGET_PATH share/cli)

file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug ${CURRENT_PACKAGES_DIR}/lib)
file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/cli RENAME copyright)
include(vcpkg_common_functions)

vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO daniele77/cli
REF v1.1.0
SHA512 a3aeac666567359521d625442f5a03b35ea1e6cf7bd63cdc52dfea20397a1726ce34aeab08ffd7181b9390fb791c56e5aba0260e300329ff327282f1547940c8
HEAD_REF master
)

vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
PREFER_NINJA
)

vcpkg_install_cmake()
vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake/cli TARGET_PATH share/cli)

file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug ${CURRENT_PACKAGES_DIR}/lib)
file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/cli RENAME copyright)

0 comments on commit 6ad413c

Please sign in to comment.