mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-22 18:47:09 +01:00
[libevhtp] Add new port (#8678)
* [libevhtp] Add new port * Add homepage * Update ci.baseline.txt
This commit is contained in:
parent
1990d4b72c
commit
fc34b74ce2
16
ports/libevhtp/CONTROL
Normal file
16
ports/libevhtp/CONTROL
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
Source: libevhtp
|
||||||
|
Version: 1.2.18
|
||||||
|
Homepage: https://github.com/criticalstack/libevhtp
|
||||||
|
Build-Depends: libevent
|
||||||
|
Description: Libevhtp was created as a replacement API for Libevent's current HTTP API.
|
||||||
|
|
||||||
|
Feature: openssl
|
||||||
|
Description: Support SSL for libevhtp
|
||||||
|
Build-Depends: openssl
|
||||||
|
|
||||||
|
Feature: thread
|
||||||
|
Description: Support thread for libevhtp
|
||||||
|
|
||||||
|
Feature: regex
|
||||||
|
Description: Support oniguruma for libevhtp
|
||||||
|
Build-Depends: oniguruma
|
33
ports/libevhtp/portfile.cmake
Normal file
33
ports/libevhtp/portfile.cmake
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
vcpkg_fail_port_install(MESSAGE "${PORT} currently only supports Linux and Mac platform" ON_TARGET "Windows")
|
||||||
|
|
||||||
|
vcpkg_from_github(
|
||||||
|
OUT_SOURCE_PATH SOURCE_PATH
|
||||||
|
REPO criticalstack/libevhtp
|
||||||
|
REF e200bfa85bf253e9cfe1c1a9e705fccb176b9171
|
||||||
|
SHA512 d77d6d12dcc2762c8311a04cd3d33c7dfde7b406dbbb544d683e6a3b8e5912ba37a196470bc5aca92b58bd9659fbb396e5a11234b98435534f535046d6dab6eb
|
||||||
|
HEAD_REF master
|
||||||
|
)
|
||||||
|
|
||||||
|
vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS
|
||||||
|
INVERTED_FEATURES
|
||||||
|
openssl EVHTP_DISABLE_SSL
|
||||||
|
thread EVHTP_DISABLE_EVTHR
|
||||||
|
regex EVHTP_DISABLE_REGEX
|
||||||
|
)
|
||||||
|
|
||||||
|
vcpkg_configure_cmake(
|
||||||
|
SOURCE_PATH ${SOURCE_PATH}
|
||||||
|
PREFER_NINJA
|
||||||
|
OPTIONS ${FEATURE_OPTIONS}
|
||||||
|
)
|
||||||
|
|
||||||
|
vcpkg_install_cmake()
|
||||||
|
|
||||||
|
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include)
|
||||||
|
|
||||||
|
vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake/${PORT})
|
||||||
|
|
||||||
|
vcpkg_copy_pdbs()
|
||||||
|
|
||||||
|
# Handle copyright
|
||||||
|
file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
|
@ -713,6 +713,12 @@ libepoxy:x64-uwp=fail
|
|||||||
libepoxy:x64-windows-static=fail
|
libepoxy:x64-windows-static=fail
|
||||||
libevent:arm-uwp=fail
|
libevent:arm-uwp=fail
|
||||||
libevent:x64-uwp=fail
|
libevent:x64-uwp=fail
|
||||||
|
libevhtp:x86-windows=fail
|
||||||
|
libevhtp:x64-windows=fail
|
||||||
|
libevhtp:x64-windows-static=fail
|
||||||
|
libevhtp:x64-uwp=fail
|
||||||
|
libevhtp:arm64-windows=fail
|
||||||
|
libevhtp:arm-uwp=fail
|
||||||
libexif:arm-uwp=fail
|
libexif:arm-uwp=fail
|
||||||
libexif:x64-uwp=fail
|
libexif:x64-uwp=fail
|
||||||
libfabric:arm-uwp=fail
|
libfabric:arm-uwp=fail
|
||||||
|
Loading…
x
Reference in New Issue
Block a user