Skip to content

Commit

Permalink
[protopuf] Add a new port protopuf (#14446)
Browse files Browse the repository at this point in the history
* [protopuf] add new port

* [protopuf] fix sha512

* [protopuf] add homepage & fix typo

* [protopuf] format manifest
  • Loading branch information
PragmaTwice authored Nov 9, 2020
1 parent 88cf043 commit 10c3837
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
20 changes: 20 additions & 0 deletions ports/protopuf/portfile.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO PragmaTwice/protopuf
REF v1.0.0
SHA512 45644fd586da80a7bb9e434152f2b28b99d45f5679b9fcc173ff3f1abf42d8deb971641351cf67dc3408a86da25ed03154fe612f56983282da32dc3e29333f6c
HEAD_REF master
)

vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
PREFER_NINJA
OPTIONS
-DBUILD_TESTS=OFF
)

vcpkg_install_cmake()

file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug")

file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
6 changes: 6 additions & 0 deletions ports/protopuf/vcpkg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"name": "protopuf",
"version-string": "1.0.0",
"description": "A little, highly templated, and protobuf-compatible serialization/deserialization library written in C++20",
"homepage": "https://github.com/PragmaTwice/protopuf"
}

0 comments on commit 10c3837

Please sign in to comment.