aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/zix/portfile.cmake
diff options
context:
space:
mode:
authorEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
committerEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
commit54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch)
treed915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/zix/portfile.cmake
move to own git serverHEADmaster
Diffstat (limited to 'vcpkg/ports/zix/portfile.cmake')
-rw-r--r--vcpkg/ports/zix/portfile.cmake22
1 files changed, 22 insertions, 0 deletions
diff --git a/vcpkg/ports/zix/portfile.cmake b/vcpkg/ports/zix/portfile.cmake
new file mode 100644
index 0000000..32d9680
--- /dev/null
+++ b/vcpkg/ports/zix/portfile.cmake
@@ -0,0 +1,22 @@
+vcpkg_from_github(
+ OUT_SOURCE_PATH SOURCE_PATH
+ REPO drobilla/zix
+ REF "v${VERSION}"
+ SHA512 17ee8e2dc5399e8bce87c5f625459a9784b96fb21e1020d689a9c5d7f4afa75871c531b1dfdf21e6b200d5cfdd648bac89d73af8cfef0569ad3cd14d0b6c5016
+ HEAD_REF main
+)
+
+vcpkg_configure_meson(
+ SOURCE_PATH "${SOURCE_PATH}"
+ OPTIONS
+ -Dbenchmarks=disabled
+ -Ddocs=disabled
+ -Dtests=disabled
+ -Dtests_cpp=disabled
+)
+
+vcpkg_install_meson()
+vcpkg_copy_pdbs()
+vcpkg_fixup_pkgconfig()
+
+vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/COPYING")