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

@@ -0,0 +1,13 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO orlp/pdqsort
REF 08879029ab8dcb80a70142acb709e3df02de5d37
SHA512 38e8b6e35edf1e88e26850a13ce892d8adc0d3e1d7954287d024b3bb858a6b2284e25fbf7c92a694b3ec77cacaf6bbc27fc365187115f7cca6bc88088f67a18f
HEAD_REF master
)
file(COPY ${SOURCE_PATH}/pdqsort.h DESTINATION ${CURRENT_PACKAGES_DIR}/include/pdqsort)
# Handle copyright
file(COPY ${SOURCE_PATH}/license.txt ${SOURCE_PATH}/readme.md DESTINATION ${CURRENT_PACKAGES_DIR}/share/pdqsort)
file(RENAME ${CURRENT_PACKAGES_DIR}/share/pdqsort/license.txt ${CURRENT_PACKAGES_DIR}/share/pdqsort/copyright)

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

@@ -0,0 +1,7 @@
{
"name": "pdqsort",
"version-string": "2019-07-30",
"port-version": 1,
"description": "Pattern-defeating quicksort (pdqsort) is a novel sorting algorithm",
"homepage": "https://github.com/orlp/pdqsort"
}