[cppcoro] update with PR review

* update reference to tag and hash value
* ${PORT} for destination

Linux build support should marked unavailable?
This commit is contained in:
Park DongHa 2020-04-07 23:47:29 +09:00
parent aff31e139e
commit dfdb2095fb
2 changed files with 7 additions and 5 deletions

View File

@ -1,4 +1,5 @@
Source: cppcoro
Homepage: https://github.com/luncliff/cppcoro
Version: 2020.04
Description: A library of C++ coroutine abstractions for the coroutines TS
Supports: !uwp

View File

@ -1,11 +1,11 @@
include(vcpkg_common_functions)
#
# the repo is fork of https://github.com/lewissbaker/cppcoro to support CMake / VcPkg
#
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO luncliff/cppcoro
REF 20b4217a65165d0ec7849fbe7970310cdf31b6a5
SHA512 ab1545da09bb7053d95afd4ea9d5ec17cc42824d047e6887632c1d14c1b02a77cb8b99b73b7e51293a252e13ef615eaa89a31cdb6aa88148f9f8f6a450fa0599
REF 2020.04
SHA512 bd60a97911f4ee6c692e99817e9691cc5063be816c3a09a6100bc8f590f5b1e7b13a372a87e1710993b1bc177bbd99d779b2ebf16a367851b256e396bfd038da
HEAD_REF master
)
@ -18,9 +18,10 @@ vcpkg_configure_cmake(
vcpkg_install_cmake()
file(INSTALL ${SOURCE_PATH}/LICENSE.txt
DESTINATION ${CURRENT_PACKAGES_DIR}/share/cppcoro
DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT}
RENAME copyright
)
vcpkg_copy_pdbs()
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include)
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/share)