diff options
| author | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
|---|---|---|
| committer | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
| commit | 54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch) | |
| tree | d915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/gz-common/portfile.cmake | |
Diffstat (limited to 'vcpkg/ports/gz-common/portfile.cmake')
| -rw-r--r-- | vcpkg/ports/gz-common/portfile.cmake | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/vcpkg/ports/gz-common/portfile.cmake b/vcpkg/ports/gz-common/portfile.cmake new file mode 100644 index 0000000..5d70509 --- /dev/null +++ b/vcpkg/ports/gz-common/portfile.cmake @@ -0,0 +1,16 @@ +string(REGEX MATCH "^[0-9]+" VERSION_MAJOR ${VERSION}) +string(REGEX MATCH "^gz-([a-z-]+)" MATCHED_VALUE ${PORT}) +set(PACKAGE_NAME ${CMAKE_MATCH_1}) + +ignition_modular_library( + NAME ${PACKAGE_NAME} + REF ${PORT}${VERSION_MAJOR}_${VERSION} + VERSION ${VERSION} + SHA512 0c652285b32d2d2f781595416fd80d6e52a6b765ba968d0018accc3688f4ee9d6ce62dbea74b98fa43ea40641c47020246e13645eac7940aa483057c958d3807 + PATCHES + gz-utils3-log.diff + gz_remotery_vis.patch + pthread.diff + 003-include-chrono.patch + gdal-3.11.diff +) |