Skip to content

Commit

Permalink
Revert "[nowide] Set the ports to empty package (microsoft#11732)" (m…
Browse files Browse the repository at this point in the history
…icrosoft#11859)

This reverts commit 9d727ca.
  • Loading branch information
mteterel authored and penumbra23 committed Aug 5, 2020
1 parent ec8d4ca commit 2732538
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 4 deletions.
5 changes: 2 additions & 3 deletions ports/nowide/CONTROL
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
Source: nowide
Version: alias
Version: 10.0.1
Homepage: https://github.com/boostorg/nowide
Build-Depends: boost-nowide
Description: Deprecated alias for Boost nowide module
Description: Boost nowide module (standalone)
25 changes: 24 additions & 1 deletion ports/nowide/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1 +1,24 @@
set(VCPKG_POLICY_EMPTY_PACKAGE enabled)
vcpkg_download_distfile(ARCHIVE
URLS "https://github.com/boostorg/nowide/releases/download/v10.0.1/nowide_standalone_v10.0.1.tar.gz"
FILENAME "nowide_standalone_v10.0.1.tar.gz"
SHA512 b349983127532fcfcb2bd29ce327634ea8d980e1da6a67fe44d0a5761a81c6cc78e518439970099b155732c3edb0fa8f1f1a1df5018d59b8cb699626c121f95e
)

vcpkg_extract_source_archive_ex(
OUT_SOURCE_PATH SOURCE_PATH
ARCHIVE ${ARCHIVE}
)

vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
PREFER_NINJA
OPTIONS -DBUILD_TESTING=OFF
)

vcpkg_install_cmake()

vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake/nowide TARGET_PATH share/${PORT})

file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")

file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)

0 comments on commit 2732538

Please sign in to comment.