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

11
externals/vcpkg/ports/utf8h/portfile.cmake vendored Executable file
View File

@@ -0,0 +1,11 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO sheredom/utf8.h
REF 500d4ea9f4c3449e5243c088d8af8700f7189734
SHA512 fbae7dbfd932176058dacb33ea491d17eb8e02c845e1ef2afc0ae482f563578a8a8011a8578f4aa8593bb0d7de8ba2df140bda05859a9a6bd67f6545ca0d7421
HEAD_REF master
)
file(COPY "${SOURCE_PATH}/utf8.h" DESTINATION "${CURRENT_PACKAGES_DIR}/include/utf8h")
file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)

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

@@ -0,0 +1,6 @@
{
"name": "utf8h",
"version-date": "2021-11-18",
"description": "Single header utf8 string functions for C and C++",
"homepage": "https://github.com/sheredom/utf8.h"
}