mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 19:28:59 +08:00
[rapidhash] Add a new port (#39195)
This commit is contained in:
parent
795f2f137e
commit
b276513411
11
ports/rapidhash/portfile.cmake
Normal file
11
ports/rapidhash/portfile.cmake
Normal 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)
|
7
ports/rapidhash/vcpkg.json
Normal file
7
ports/rapidhash/vcpkg.json
Normal 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"
|
||||
}
|
@ -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
|
||||
|
9
versions/r-/rapidhash.json
Normal file
9
versions/r-/rapidhash.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "97d04719fec2967e72b307dd23a4439de952c07d",
|
||||
"version-date": "2024-06-08",
|
||||
"port-version": 0
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user