[rapidhash] Add a new port (#39195)

This commit is contained in:
Tom Conder 2024-06-10 19:29:26 -05:00 committed by GitHub
parent 795f2f137e
commit b276513411
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,11 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Nicoshev/rapidhash
REF e795829fedad966b627b316183901d2670a40af8
SHA512 78d80251bdc89c5122db91848b7dadfe7718c775c69e5e4e8c1a94726cabe67c30e5f4726a6aa9c3f5ecb08abd965bf1fb93a6eb2612681813ed8ba82b0decb4
HEAD_REF master
)
file(COPY "${SOURCE_PATH}/rapidhash.h" DESTINATION ${CURRENT_PACKAGES_DIR}/include)
file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)

View File

@ -0,0 +1,7 @@
{
"name": "rapidhash",
"version-date": "2024-06-08",
"description": "Very fast, high quality, platform independent hashing algorithm.",
"homepage": "https://github.com/Nicoshev/rapidhash",
"license": "BSD-2-Clause"
}

View File

@ -7592,6 +7592,10 @@
"baseline": "3.0.2",
"port-version": 0
},
"rapidhash": {
"baseline": "2024-06-08",
"port-version": 0
},
"rapidjson": {
"baseline": "2023-07-17",
"port-version": 1

View File

@ -0,0 +1,9 @@
{
"versions": [
{
"git-tree": "97d04719fec2967e72b307dd23a4439de952c07d",
"version-date": "2024-06-08",
"port-version": 0
}
]
}