vcpkg/ports/wyhash/portfile.cmake
chausner 0e67f312e8
[wyhash] Update to 2023-01-25 (#29160)
* Update wyhash to 2023-01-25

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
2023-01-24 16:37:15 -08:00

12 lines
486 B
CMake

vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO wangyi-fudan/wyhash
REF ea3b25e1aef55d90f707c3a292eeb9162e2615d8
SHA512 d57ae95379bf2d471a684569fbb450d3ba0f0617cff377cc2c7eab439e5127192c5455c1b623eed811ab40a49e5b250a5ab9e53ea856f2f92031af11db570ae0
HEAD_REF master
)
file(INSTALL "${SOURCE_PATH}/wyhash.h" DESTINATION "${CURRENT_PACKAGES_DIR}/include")
file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)