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

10
externals/vcpkg/ports/guilite/portfile.cmake vendored Executable file
View File

@@ -0,0 +1,10 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO idea4good/GuiLite
REF 61d1bd94cbc35da74c0f3c40422a7d783c04d40b
SHA512 b428e9bfc62fabb4d23d4c39b78d521aa13eb52e571a5aaab7609a03bb88e6f2184587885cd4df950eb5f48dece2b8fbff2264f158251ed06c6a6415b9b59f1a
HEAD_REF master
)
file(INSTALL "${SOURCE_PATH}/GuiLite.h" DESTINATION "${CURRENT_PACKAGES_DIR}/include")
configure_file("${SOURCE_PATH}/LICENSE" "${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright" COPYONLY)

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

@@ -0,0 +1,7 @@
{
"name": "guilite",
"version-date": "2022-05-05",
"description": "The smallest header-only GUI library (4 KLOC) for all platforms.",
"homepage": "https://github.com/idea4good/GuiLite",
"license": "Apache-2.0"
}