Skip to content

Commit

Permalink
[etcdcpp] Add new port (#6999)
Browse files Browse the repository at this point in the history
* [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
  • Loading branch information
SamuelMarks authored and dan-shaw committed Jul 11, 2019
1 parent e8de395 commit 44eff6b
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ports/offscale-libetcd-cpp/CONTROL
Original file line number Diff line number Diff line change
@@ -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 changes: 19 additions & 0 deletions ports/offscale-libetcd-cpp/portfile.cmake
Original file line number Diff line number Diff line change
@@ -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()

0 comments on commit 44eff6b

Please sign in to comment.