early-access version 2853
This commit is contained in:
11
externals/vcpkg/ports/zpp-bits/portfile.cmake
vendored
Executable file
11
externals/vcpkg/ports/zpp-bits/portfile.cmake
vendored
Executable file
@@ -0,0 +1,11 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO eyalz800/zpp_bits
|
||||
REF v.4.4.4
|
||||
SHA512 172300f1547b985702698d7f10ac5bd804421226a8c20b26b60608aaa10bf4f9682fd1a3e49e75c309c9cb30b888f623aa5eb7ace5705d85601a2c67c8829b3f
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
file(INSTALL "${SOURCE_PATH}/zpp_bits.h" DESTINATION "${CURRENT_PACKAGES_DIR}/include")
|
||||
|
||||
file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
|
||||
7
externals/vcpkg/ports/zpp-bits/vcpkg.json
vendored
Executable file
7
externals/vcpkg/ports/zpp-bits/vcpkg.json
vendored
Executable file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"name": "zpp-bits",
|
||||
"version": "4.4.4",
|
||||
"description": "A lightweight C++20 serialization and RPC library",
|
||||
"homepage": "https://github.com/eyalz800/zpp_bits",
|
||||
"license": "MIT"
|
||||
}
|
||||
Reference in New Issue
Block a user