mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 01:57:17 +08:00
[cpp-httplib] Add new port (#7037)
This commit is contained in:
parent
af1c9e10fc
commit
94494ddf6c
4
ports/cpp-httplib/CONTROL
Normal file
4
ports/cpp-httplib/CONTROL
Normal file
@ -0,0 +1,4 @@
|
||||
Source: cpp-httplib
|
||||
Version: 0.2.0
|
||||
Homepage: https://github.com/yhirose/cpp-httplib
|
||||
Description: A single file C++11 header-only HTTP/HTTPS server and client library
|
23
ports/cpp-httplib/portfile.cmake
Normal file
23
ports/cpp-httplib/portfile.cmake
Normal file
@ -0,0 +1,23 @@
|
||||
include(vcpkg_common_functions)
|
||||
|
||||
set(VERSION 0.2.0)
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO yhirose/cpp-httplib
|
||||
REF 2f8479016fa9af9a63056571992b31c32741d89b
|
||||
SHA512 2f17a6a95c849a5c873a65e8da8bf85311f0152e439a973354c24d02ee9e6c3b0f3a456b60f90637ea4588d9ac09f7e41f42199de61315754e5fe9eecbb657ed
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
file(
|
||||
COPY ${SOURCE_PATH}/httplib.h
|
||||
DESTINATION ${CURRENT_PACKAGES_DIR}/include
|
||||
)
|
||||
|
||||
# Handle copyright
|
||||
configure_file(
|
||||
${SOURCE_PATH}/LICENSE
|
||||
${CURRENT_PACKAGES_DIR}/share/cpp-httplib/copyright
|
||||
COPYONLY
|
||||
)
|
Loading…
x
Reference in New Issue
Block a user