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

@@ -0,0 +1,13 @@
# header-only library
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO silentbicycle/greatest
REF v1.5.0
SHA512 836392A7C9C56C6A5658FD18B4BBB146304B1997DFD9CB59F2A83C18A5EC140C8DDE64A2C0CF9A169C426B9E586D37E2ED7D7FB792402DBB4149CC424EC2DB2E
HEAD_REF master
)
file(COPY "${SOURCE_PATH}/greatest.h" DESTINATION "${CURRENT_PACKAGES_DIR}/include")
file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)

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

@@ -0,0 +1,6 @@
{
"name": "greatest",
"version": "1.5.0",
"description": "Single-file testing system for C",
"homepage": "https://github.com/silentbicycle/greatest"
}