Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions ports/zpp-bits/portfile.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO eyalz800/zpp_bits
REF v4.3.3
SHA512 6534711a75d62e4244125329db436ca27bf6b8c31aa9ecb92473f4e5687aa390d9d197d1cb91ed3452363af1537ffdef4a13fe6a1c3049616576a475ba69a548
HEAD_REF master
)

file(
COPY "${SOURCE_PATH}/zpp_bits.h"
DESTINATION "${CURRENT_PACKAGES_DIR}/include"
)

file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
7 changes: 7 additions & 0 deletions ports/zpp-bits/vcpkg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "zpp-bits",
"version": "4.3.3",
"description": "A lightweight C++20 serialization and RPC library",
"homepage": "https://github.com/eyalz800/zpp_bits",
"license": "MIT"
}
4 changes: 4 additions & 0 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -7592,6 +7592,10 @@
"baseline": "1.0.3",
"port-version": 1
},
"zpp-bits": {
"baseline": "4.3.3",
"port-version": 0
},
"zserge-webview": {
"baseline": "2019-04-27",
"port-version": 3
Expand Down