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

18
externals/vcpkg/ports/rhasheq/portfile.cmake vendored Executable file
View File

@@ -0,0 +1,18 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO offscale/rhasheq
REF c42b672daf9bb1525cb94645244a09344c2a7363
SHA512 55947069a67e7de8561b92bad753481402dd353aa40b06719346fa1247d8d0a5073a8a3e38419e7d9028684c091eb23b11b254fea836383a24ce8dcfe0cffefc
HEAD_REF master
)
vcpkg_cmake_configure(
SOURCE_PATH "${SOURCE_PATH}"
OPTIONS
"-DBUILD_TESTING=OFF"
)
vcpkg_cmake_install()
file(INSTALL "${SOURCE_PATH}/COPYING"
DESTINATION "${CURRENT_PACKAGES_DIR}/share/rhasheq"
RENAME copyright)
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug")

19
externals/vcpkg/ports/rhasheq/vcpkg.json vendored Executable file
View File

@@ -0,0 +1,19 @@
{
"name": "rhasheq",
"version": "0.0.1",
"description": "Simple header-only librhash wrapper for verifying hashes from a file to a given `const char *`.",
"license": "0BSD",
"supports": "!uwp",
"dependencies": [
"c89stringutils",
"rhash",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}