Skip to content

Commit

Permalink
[winreg] Update to 2.2.0 (#10926)
Browse files Browse the repository at this point in the history
* [winreg] Update to 2.2.0

* Revert changes INSATLL to COPY headers
  • Loading branch information
NancyLi1013 authored Apr 21, 2020
1 parent f2e9ef7 commit 1da127e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
2 changes: 1 addition & 1 deletion ports/winreg/CONTROL
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Source: winreg
Version: 1.2.1-1
Version: 2.2.0
Homepage: https://github.com/GiovanniDicanio/WinReg
Description: High-level C++ wrapper around the Windows Registry C API.
Supports: windows || uwp
13 changes: 4 additions & 9 deletions ports/winreg/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,21 +1,16 @@
# WinReg - Header-only library

include(vcpkg_common_functions)

if(NOT VCPKG_TARGET_IS_WINDOWS)
message("winreg only support windows.")
endif()
vcpkg_fail_port_install(ON_TARGET "linux" "osx")

vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO GiovanniDicanio/WinReg
REF v1.2.1
SHA512 c919f91bf37b2fd7c30f6463430e07f3b8d1a01b8d4c84591b56299faf9d5b651d7c3b35a2adc22e3b0aa471627060a45e179f98f309242683b17d4d0d81cb7b
REF e35d0e2f7c5a9c8a502df3ae79cef0ee9308bcbc #v2.2.0
SHA512 7883b3016475bfd386564fa0a88b570db381d1109421ca6b2318342cc8f1fb344d380ef6bd75f904c7b4084a70f6c893583a68c0bc41c027ac12ef3cfaec3476
HEAD_REF master
)

# Copy the single reusable library header
file(COPY ${SOURCE_PATH}/WinReg/WinReg/WinReg.hpp DESTINATION ${CURRENT_PACKAGES_DIR}/include/${PORT})
file(COPY ${SOURCE_PATH}/WinReg/WinReg.hpp DESTINATION ${CURRENT_PACKAGES_DIR}/include/${PORT})

# Handle copyright
file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
2 changes: 2 additions & 0 deletions scripts/ci.baseline.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1837,6 +1837,8 @@ winpcap:x64-uwp = skip
winpcap:x64-windows = skip
winpcap:x64-windows-static = skip
winpcap:x86-windows = skip
winreg:x64-linux=fail
winreg:x64-osx=fail
winsock2:x64-linux=fail
winsock2:x64-osx=fail
wintoast:arm-uwp=fail
Expand Down

0 comments on commit 1da127e

Please sign in to comment.