mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 22:01:37 +08:00
[gzip-hpp] Add new port (#11735)
* added gzip-hpp port * added 'header-only library' comment
This commit is contained in:
parent
ffe8f5d9b7
commit
ae45816c34
5
ports/gzip-hpp/CONTROL
Normal file
5
ports/gzip-hpp/CONTROL
Normal 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
|
14
ports/gzip-hpp/portfile.cmake
Normal file
14
ports/gzip-hpp/portfile.cmake
Normal 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)
|
Loading…
Reference in New Issue
Block a user