зеркало из https://github.com/microsoft/vcpkg.git
[Webthing-CPP] add new port (#41669)
Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
This commit is contained in:
Родитель
612279c487
Коммит
3447aa6e68
|
@ -0,0 +1,28 @@
|
|||
set(VCPKG_BUILD_TYPE release) # header-only
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO bw-hro/webthing-cpp
|
||||
REF "v${VERSION}"
|
||||
SHA512 a4df3424721542ea4a7951ffc643905d31d906bcf87bed613b422ba8c0babb406f842459ba6c6df73c332c70c6fdd639413dc42272fd3b27fdf96b2cee528d36
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS
|
||||
FEATURES
|
||||
ssl WT_WITH_SSL
|
||||
)
|
||||
|
||||
vcpkg_cmake_configure(
|
||||
SOURCE_PATH "${SOURCE_PATH}"
|
||||
OPTIONS
|
||||
${FEATURE_OPTIONS}
|
||||
-DWT_BUILD_EXAMPLES=OFF
|
||||
-DWT_BUILD_TESTS=OFF
|
||||
)
|
||||
|
||||
vcpkg_cmake_install()
|
||||
|
||||
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE.txt")
|
||||
|
||||
file(INSTALL "${CMAKE_CURRENT_LIST_DIR}/usage" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}")
|
|
@ -0,0 +1,5 @@
|
|||
|
||||
webthing-cpp is header-only and can be used from CMake via:
|
||||
|
||||
find_path(WEBTHING_CPP_INCLUDE_DIRS "bw/webthing/webthing.hpp")
|
||||
target_include_directories(main PRIVATE ${WEBTHING_CPP_INCLUDE_DIRS})
|
|
@ -0,0 +1,30 @@
|
|||
{
|
||||
"name": "webthing-cpp",
|
||||
"version": "1.0.5",
|
||||
"description": "Webthing-CPP is a modern CPP/C++17 implementation of the WebThings API.",
|
||||
"homepage": "https://github.com/bw-hro/webthing-cpp",
|
||||
"license": "MIT",
|
||||
"dependencies": [
|
||||
"json-schema-validator",
|
||||
"mdns",
|
||||
"nlohmann-json",
|
||||
"uwebsockets",
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
"host": true
|
||||
}
|
||||
],
|
||||
"features": {
|
||||
"ssl": {
|
||||
"description": "Support HTTPS via uwebsockets",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "usockets",
|
||||
"features": [
|
||||
"ssl"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
|
@ -9536,6 +9536,10 @@
|
|||
"baseline": "0.8.2",
|
||||
"port-version": 3
|
||||
},
|
||||
"webthing-cpp": {
|
||||
"baseline": "1.0.5",
|
||||
"port-version": 0
|
||||
},
|
||||
"webview2": {
|
||||
"baseline": "1.0.2277.86",
|
||||
"port-version": 0
|
||||
|
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "478564ecb6732d9d2f6dde40ca8ff122f6dabe00",
|
||||
"version": "1.0.5",
|
||||
"port-version": 0
|
||||
}
|
||||
]
|
||||
}
|
Загрузка…
Ссылка в новой задаче