vcpkg/ports/so5extra/portfile.cmake
eao197 22453caae7
[sobjectizer, so5extra] update to 5.8.1 and 1.6.1 (#34529)
* SObjectizer and so5extra updated to the latest version.

SObjectizer -> 5.8.1.
so5extra -> 1.6.1.

* x-add-version for SObjectizer and so5extra.

---------

Co-authored-by: Monica <liuyumei01@beyondsoft.com>
2023-10-23 11:14:57 -07:00

21 lines
637 B
CMake

vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO stiffstream/so5extra
REF "v.${VERSION}"
SHA512 ec9de55671ecd0d49fce3e677e11776306ec9ea993b06d67eaa3e5505ea171085c35aedea3cf29e03958b2c73f438c5ccd95539c75b63fd89c50d6367ccda1fe
)
vcpkg_cmake_configure(
SOURCE_PATH "${SOURCE_PATH}/dev/so_5_extra"
OPTIONS
-DSO5EXTRA_INSTALL=ON
)
vcpkg_cmake_install()
vcpkg_cmake_config_fixup(CONFIG_PATH lib/cmake/so5extra)
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/lib" "${CURRENT_PACKAGES_DIR}/debug")
file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/so5extra" RENAME copyright)