vcpkg/ports/neargye-semver/portfile.cmake
chausner 3bcdecedb5
[neargye-semver] Update to 0.3.0 (#20916)
* Update neargye-semver to 0.3.0

* Update CI baseline

* Revert back to configure_file

* Update git-tree hash

Co-authored-by: chausner <chausner@users.noreply.github.com>
2021-10-21 22:51:39 -07:00

14 lines
491 B
CMake

# header-only library
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Neargye/semver
REF v0.3.0
SHA512 b620a27d31ca2361e243e4def890ddfc4dfb65a507187c918fabc332d48c420fb10b0e6fb38c83c4c3998a047201e81b70a164c66675351cf4ff9475defc6287
HEAD_REF master
)
file(COPY "${SOURCE_PATH}/include/semver.hpp" DESTINATION "${CURRENT_PACKAGES_DIR}/include/neargye")
configure_file("${SOURCE_PATH}/LICENSE" "${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright" COPYONLY)