mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-14 05:38:00 +08:00
[etcdcpp] Add new port (#6999)
* [etcdpp] Add new port * [ports/etcdpp/CONTROL] Added homepage * [etcdpp] Change header namespace * [etcdcpp] Change target and port names * rename changes * change version to date offscale-libetcd-cpp is a rolling-release port
This commit is contained in:
parent
e8de3953bc
commit
44eff6b7b5
5
ports/offscale-libetcd-cpp/CONTROL
Normal file
5
ports/offscale-libetcd-cpp/CONTROL
Normal file
@ -0,0 +1,5 @@
|
||||
Source: offscale-libetcd-cpp
|
||||
Version: 2019-07-10
|
||||
Homepage: https://github.com/offscale/libetcd-cpp
|
||||
Description: A C++ client library for etcd. etcd is a distributed, reliable key-value store.
|
||||
Build-Depends: grpc, protobuf
|
19
ports/offscale-libetcd-cpp/portfile.cmake
Normal file
19
ports/offscale-libetcd-cpp/portfile.cmake
Normal file
@ -0,0 +1,19 @@
|
||||
include(vcpkg_common_functions)
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO offscale/libetcd-cpp
|
||||
REF 8607d8d7080c6eb447bc41b799a24bfdb87cf638
|
||||
SHA512 9bf4bf14fd52f4f6bbf8cf68de61e6a19eeffbdc501f05c8f614b5f13f206410884afd7fe226a077448e58e02990c65a6b27ee895ed34ba5ee701abe0500b875
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
vcpkg_configure_cmake(
|
||||
SOURCE_PATH ${SOURCE_PATH}
|
||||
PREFER_NINJA
|
||||
)
|
||||
vcpkg_install_cmake()
|
||||
|
||||
file(INSTALL ${SOURCE_PATH}/LICENSE-MIT DESTINATION ${CURRENT_PACKAGES_DIR}/share/offscale-libetcd-cpp RENAME copyright)
|
||||
|
||||
vcpkg_copy_pdbs()
|
Loading…
x
Reference in New Issue
Block a user