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

View File

@@ -0,0 +1,9 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO cxong/tinydir
REF 1.2.5
SHA512 d86a8709b92c9b6847bd85b4b307a411edf30156a06557641a051f74a7c19898451616772ee53ad2d8fc6c2ea2285c4c4edf2197f36cf48ede6d539d24ebb2cf
HEAD_REF master
)
file(INSTALL "${SOURCE_PATH}/tinydir.h" DESTINATION "${CURRENT_PACKAGES_DIR}/include")
file(INSTALL "${SOURCE_PATH}/COPYING" DESTINATION "${CURRENT_PACKAGES_DIR}/share/tinydir" RENAME copyright)

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

@@ -0,0 +1,7 @@
{
"name": "tinydir",
"version": "1.2.5",
"description": "Lightweight, portable and easy to integrate C directory and file reader",
"homepage": "https://github.com/cxong/tinydir",
"license": "BSD-2-Clause"
}