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

13
externals/vcpkg/ports/picojson/portfile.cmake vendored Executable file
View File

@@ -0,0 +1,13 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO kazuho/picojson
REF v1.3.0
SHA512 76d5a6b3b9e1151198eee707faffcbbba28a2842daccf03d99a5d02ae017f9517ef3ac9da4acc74a4fc1357feaf19e14a15c34698a1d4cb65acb6d23b566b284
HEAD_REF master
)
file(INSTALL ${SOURCE_PATH}/picojson.h DESTINATION ${CURRENT_PACKAGES_DIR}/include/${PORT})
file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
vcpkg_copy_pdbs()

7
externals/vcpkg/ports/picojson/vcpkg.json vendored Executable file
View File

@@ -0,0 +1,7 @@
{
"name": "picojson",
"version-string": "1.3.0",
"port-version": 2,
"description": "A header-file-only, JSON parser serializer in C++.",
"homepage": "https://github.com/kazuho/picojson"
}