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/yas/portfile.cmake vendored Executable file
View File

@@ -0,0 +1,11 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO niXman/yas
REF 7.1.0
SHA512 1101BBE0B11FF8FA3B40B1E3030E5E93125FEDC85A90532466C9E6E0708B1C4C38821C86FCAFE153717B66B7107FCB29D0E13E87E68BF2217948A7014FC3BAC0
HEAD_REF master
)
file(INSTALL "${SOURCE_PATH}/include/yas" DESTINATION "${CURRENT_PACKAGES_DIR}/include")
file(INSTALL "${SOURCE_PATH}/include/yas/version.hpp" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)

6
externals/vcpkg/ports/yas/vcpkg.json vendored Executable file
View File

@@ -0,0 +1,6 @@
{
"name": "yas",
"version": "7.1.0",
"description": "Yet Another Serialization is a header only serialization library",
"homepage": "https://github.com/niXman/yas"
}