aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libebur128/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/libebur128/portfile.cmake
move to own git serverHEADmaster
Diffstat (limited to 'vcpkg/ports/libebur128/portfile.cmake')
-rw-r--r--vcpkg/ports/libebur128/portfile.cmake17
1 files changed, 17 insertions, 0 deletions
diff --git a/vcpkg/ports/libebur128/portfile.cmake b/vcpkg/ports/libebur128/portfile.cmake
new file mode 100644
index 0000000..eb876b1
--- /dev/null
+++ b/vcpkg/ports/libebur128/portfile.cmake
@@ -0,0 +1,17 @@
+vcpkg_from_github(
+ OUT_SOURCE_PATH SOURCE_PATH
+ REPO jiixyj/libebur128
+ REF v1.2.6
+ SHA512 ab188c6d32cd14613119258313a8a3fb1167b55501c9f5b6d3ba738d674bc58f24ac3034c23d9730ed8dc3e95a23619bfb81719e4c79807a9a16c1a5b3423582
+ PATCHES
+ 0001-remove-warning-message.patch
+)
+vcpkg_cmake_configure(
+ SOURCE_PATH "${SOURCE_PATH}"
+ OPTIONS -DENABLE_INTERNAL_QUEUE_H=ON
+)
+vcpkg_cmake_install()
+vcpkg_fixup_pkgconfig()
+
+file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
+file(INSTALL "${SOURCE_PATH}/COPYING" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)