vcpkg/ports/discreture/portfile.cmake
Rémi Bédard-Couture c6756ce80b
[discreture] Add new port (#15967)
* [discreture] Add new port

* Remove unused options

* Replace hardcoded port name with cmake variable

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>

* Adding version file to fix windows-x86 build failure

* Add usage file to point to the correct header file at the end of the installation

* Update port version SHA after vcpkg x-add-version discreture

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2021-02-08 17:57:27 -08:00

22 lines
663 B
CMake

vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO mraggi/discreture
REF eeeec31c814e6a9a8506a6bfd6a5b35704350605
SHA512 de1c7d74d337605fd9b9d1f3ee6637b4afd179d495de243b21168b0a4376b83c0519b4cced985af694850755ab1e3caca5087b3ca0cd6ccb3b73b10bd6b25b49
HEAD_REF master
)
vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
PREFER_NINJA
)
vcpkg_install_cmake()
file(REMOVE_RECURSE
${CURRENT_PACKAGES_DIR}/debug)
# Handle copyright
file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
file(INSTALL ${CMAKE_CURRENT_LIST_DIR}/usage DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT})