[uwebsockets] update to 0.16.5 (#9276)

* [uwebsockets] update to 0.16.5

* [uwebsockets] Include directory undo to master branch
This commit is contained in:
Alvin 2019-12-21 04:05:39 +08:00 committed by dan-shaw
parent 31c085e118
commit 81b9d5f890
2 changed files with 4 additions and 8 deletions

View File

@ -1,5 +1,5 @@
Source: uwebsockets
Version: 0.15.7
Version: 0.16.5
Build-Depends: zlib, usockets
Homepage: https://github.com/uWebSockets/uWebSockets
Description: Simple, secure & standards compliant web I/O for the most demanding of applications

View File

@ -1,16 +1,12 @@
include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO uNetworking/uWebSockets
REF bc6ea664b17fb3736e1330e908aee00c4f3a750b
SHA512 a629c0a3d6ca3c6e7681cb8632076940c81de1493e1fcdfb7cdfb7eab4c4a05ccf3b5d53c4c325548e770176ce36fb4e67f212f65713d2dacb679da570930380
REF 02ad3979a61cc4df9c15f2c776a7bbe2ba6dd09e #v0.16.5
SHA512 1527f0a45bdab8426d76e38b0f36baf7567a2e6a045187730855b632841c6c6a45a54fca05d9a1200301dfa0b7a5f43a885cf2c07896c05ee93f45b4cb5c726a
HEAD_REF master
)
file(COPY ${SOURCE_PATH}/src DESTINATION ${CURRENT_PACKAGES_DIR}/include)
file(RENAME ${CURRENT_PACKAGES_DIR}/include/src ${CURRENT_PACKAGES_DIR}/include/uwebsockets/)
file(COPY ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/uwebsockets)
file(RENAME ${CURRENT_PACKAGES_DIR}/share/uwebsockets/LICENSE ${CURRENT_PACKAGES_DIR}/share/uwebsockets/copyright)
file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)