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

@@ -0,0 +1,11 @@
# Header-only library
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO s9w/oof
REF a0c3e8e0dceec391bd38861ab108b932a2513bcb
SHA512 4d5650c8fa1e21e7fe71dbe615a6e3bdbe3781be28811e895ac335261de24b3ed26c4842cdd133df897cdb7181c3ea11c051607fbda5a7a1b9a4d8580323181d
HEAD_REF master
)
file(INSTALL "${SOURCE_PATH}/oof.h" DESTINATION "${CURRENT_PACKAGES_DIR}/include")
file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)

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

@@ -0,0 +1,7 @@
{
"name": "oof",
"version-date": "2021-11-23",
"description": "Convenient, high-performance RGB color and position control for console output.",
"homepage": "https://github.com/s9w/oof",
"license": "MIT"
}