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

8
externals/vcpkg/ports/libnop/portfile.cmake vendored Executable file
View File

@@ -0,0 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO google/libnop
REF 910b55815be16109f04f4180e9adee14fb4ce281
SHA512 74c5324eaa1b6b2ac8dfef94c835b5c5b044625f8e5efe3522470b1ecc4798ff43d344a013cee2f6901e83267c6167072947b754e63f1552ae7044cffe234c36
)
file(INSTALL ${SOURCE_PATH}/include/nop DESTINATION ${CURRENT_PACKAGES_DIR}/include)
file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)

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

@@ -0,0 +1,6 @@
{
"name": "libnop",
"version-date": "2021-03-01",
"description": "libnop is a header-only library for serializing and deserializing C++ data types without external code generators or runtime support libraries",
"homepage": "https://github.com/google/libnop"
}