aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libudfread/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/libudfread/portfile.cmake
move to own git serverHEADmaster
Diffstat (limited to 'vcpkg/ports/libudfread/portfile.cmake')
-rw-r--r--vcpkg/ports/libudfread/portfile.cmake21
1 files changed, 21 insertions, 0 deletions
diff --git a/vcpkg/ports/libudfread/portfile.cmake b/vcpkg/ports/libudfread/portfile.cmake
new file mode 100644
index 0000000..1929d4d
--- /dev/null
+++ b/vcpkg/ports/libudfread/portfile.cmake
@@ -0,0 +1,21 @@
+vcpkg_from_gitlab(
+ OUT_SOURCE_PATH SOURCE_PATH
+ GITLAB_URL https://code.videolan.org
+ REPO videolan/libudfread
+ REF ${VERSION}
+ SHA512 63cdd8ce9b7525d17f8f685b87d1232334ebfe9ffcd48b3bb189231f4d3c88c11a19d3435be9252058d374b1cbd86eb38a045c969699730cb9729a541582f645
+ PATCHES
+ msvc.diff
+)
+
+vcpkg_configure_meson(
+ SOURCE_PATH "${SOURCE_PATH}"
+ OPTIONS
+ -Denable_examples=false
+)
+
+vcpkg_install_meson()
+vcpkg_copy_pdbs()
+vcpkg_fixup_pkgconfig()
+
+vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/COPYING")