[unicorn-lib] Update to 01cc7fc (2020-03-02) (#11830)

* [unicorn-lib] Check current version on CI first

- Check if the current version of unicorn-lib builds on all
  supported triplets
- Current version of port in vcpkg:
  commit ba11f5930dbeb5f8e04b2ee727b6dd3932fd6b03
  date 2019-07-09

* [unicorn-lib] Update to 01cc7fc (2020-03-02)

- Update to current version in git:
  commit 01cc7fcd2d60dbc083767d448477638e5ec8b92a
  date 2020-03-02
This commit is contained in:
Wolfgang Stöggl 2020-06-11 02:53:53 +02:00 committed by GitHub
parent 4d29869e71
commit 517116282b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 6 deletions

View File

@ -1,5 +1,5 @@
Source: unicorn-lib
Version: 2019-07-11
Version: 2020-03-02
Homepage: https://github.com/CaptainCrowbar/unicorn-lib
Description: Unicode library for C++ by Ross Smith
Build-Depends: rs-core-lib, pcre2, zlib, libiconv

View File

@ -1,5 +1,3 @@
include(vcpkg_common_functions)
if (VCPKG_LIBRARY_LINKAGE STREQUAL dynamic)
message("unicorn-lib is a static library, now build with static.")
set(VCPKG_LIBRARY_LINKAGE static)
@ -8,8 +6,8 @@ endif()
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO CaptainCrowbar/unicorn-lib
REF ba11f5930dbeb5f8e04b2ee727b6dd3932fd6b03
SHA512 2b1c8f12c3d29bfcff7209763000f2b9db612cefd384d9f015cc07a1ebeb498ba3e8b13dba4d94a86828d3f7eafc17eede21be9926080426f0417d3ad2cee396
REF 01cc7fcd2d60dbc083767d448477638e5ec8b92a # 2020-03-02
SHA512 d8ffb80c589b34d850a507570d7d8ec707a6a23b469d484f47c80566883bd4883da23a4701434f361231a7615065ff5f1e42e40c028975f43f198c307353ec9d
HEAD_REF master
)
@ -28,4 +26,4 @@ vcpkg_copy_pdbs()
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/share)
# Handle copyright
file(INSTALL ${SOURCE_PATH}/LICENSE.txt DESTINATION ${CURRENT_PACKAGES_DIR}/share/unicorn-lib RENAME copyright)
file(INSTALL ${SOURCE_PATH}/LICENSE.txt DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)