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

@@ -0,0 +1,10 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO okdshin/PicoSHA2
REF b699e6c900be6e00152db5a3d123c1db42ea13d0
SHA512 5972dfe7675c560a0c58491e72938e8e5ea46eabb2e2f564086001eda21b237035aa0deef94bb36a21154a4b5cbc160b9b0f6b5988f6580d693ad74cfbc53bb5
HEAD_REF master
)
file(INSTALL ${SOURCE_PATH}/picosha2.h DESTINATION ${CURRENT_PACKAGES_DIR}/include)
file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/picosha2 RENAME copyright)

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

@@ -0,0 +1,7 @@
{
"name": "picosha2",
"version-string": "2018-07-30",
"port-version": 1,
"description": "PicoSHA2 - a C++ SHA256 hash generator",
"homepage": "https://github.com/okdshin/PicoSHA2"
}