early-access version 2853

This commit is contained in:
pineappleEA
2022-07-23 03:01:36 +02:00
parent 1f2b5081b5
commit 1f111bb69c
8955 changed files with 418777 additions and 999 deletions

11
externals/vcpkg/ports/zpp-bits/portfile.cmake vendored Executable file
View 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
View 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"
}