early-access version 2853
This commit is contained in:
12
externals/vcpkg/ports/uwebsockets/portfile.cmake
vendored
Executable file
12
externals/vcpkg/ports/uwebsockets/portfile.cmake
vendored
Executable file
@@ -0,0 +1,12 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO uNetworking/uWebSockets
|
||||
REF v20.11.0
|
||||
SHA512 cd4efb386b4d140c6ccbfa92e8be1d3c9b896474a3074b95ad35bedde9face80a1e4bae594359555010d76c2ccf8243b29e97079de8b0f18cda510274135b8e0
|
||||
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(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
|
||||
10
externals/vcpkg/ports/uwebsockets/vcpkg.json
vendored
Executable file
10
externals/vcpkg/ports/uwebsockets/vcpkg.json
vendored
Executable file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"name": "uwebsockets",
|
||||
"version-semver": "20.11.0",
|
||||
"description": "Simple, secure & standards compliant web I/O for the most demanding of applications",
|
||||
"homepage": "https://github.com/uWebSockets/uWebSockets",
|
||||
"dependencies": [
|
||||
"usockets",
|
||||
"zlib"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user