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

@@ -0,0 +1,13 @@
# Header-only library
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO troydhanson/uthash
REF e493aa90a2833b4655927598f169c31cfcdf7861
SHA512 a4a2cdee11b238f57bdc3104eee1b3d2014359b65ada896dd26c7f21dda13921f63b44d3d0e7b6fa03731f64b4b4013861d0a49df8b54d7e3726454cbfebaa39
HEAD_REF master
)
file(GLOB uthash_PUBLIC_HEADERS ${SOURCE_PATH}/src/*.h)
file(INSTALL ${uthash_PUBLIC_HEADERS} DESTINATION "${CURRENT_PACKAGES_DIR}/include")
file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)

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

@@ -0,0 +1,7 @@
{
"name": "uthash",
"version-semver": "2.3.0",
"description": "C macros for hash tables and more.",
"homepage": "https://troydhanson.github.io/uthash/",
"license": "BSD-1-Clause"
}