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

14
externals/vcpkg/ports/jsmn/portfile.cmake vendored Executable file
View File

@@ -0,0 +1,14 @@
# header-only library
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO zserge/jsmn
REF fdcef3ebf886fa210d14956d3c068a653e76a24e
SHA512 ec3a6b106b868238aa626e5b4477ace4414f385a35c695a583598975202b73a2a446143eb5f0ea73b0a84113c610ea36e64341fccecd1d1ddd9080e06f599575
HEAD_REF master
)
file(COPY ${SOURCE_PATH}/jsmn.h DESTINATION ${CURRENT_PACKAGES_DIR}/include)
# Handle copyright
configure_file(${SOURCE_PATH}/LICENSE ${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright COPYONLY)

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

@@ -0,0 +1,6 @@
{
"name": "jsmn",
"version-string": "2019-04-27",
"port-version": 1,
"description": "A minimalistic JSON parser in C."
}