[gzip-hpp] Add new port (#11735)

* added gzip-hpp port

* added 'header-only library' comment
This commit is contained in:
Eitan Har-Shoshanim 2020-06-11 12:51:31 +03:00 committed by GitHub
parent ffe8f5d9b7
commit ae45816c34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 19 additions and 0 deletions

5
ports/gzip-hpp/CONTROL Normal file
View File

@ -0,0 +1,5 @@
Source: gzip-hpp
Version: 0.1.0
Homepage: https://github.com/mapbox/gzip-hpp/
Description: Gzip header-only C++ library
Build-Depends: zlib

View File

@ -0,0 +1,14 @@
# header-only library
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO mapbox/gzip-hpp
REF v0.1.0
SHA512 4f332f08e842583b421932f14ee736a64d090ac22fd4e4654e5d84667c2fd6dcd73206b27b7c0c4f364104af7f4a5ad765c38125574bc239fa93b0b0ec4dad56
HEAD_REF master
)
file(COPY ${SOURCE_PATH}/include/gzip DESTINATION ${CURRENT_PACKAGES_DIR}/include)
# Handle copyright
file(INSTALL ${SOURCE_PATH}/LICENSE.md DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)