aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/plf-queue/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/plf-queue/portfile.cmake
move to own git serverHEADmaster
Diffstat (limited to 'vcpkg/ports/plf-queue/portfile.cmake')
-rw-r--r--vcpkg/ports/plf-queue/portfile.cmake13
1 files changed, 13 insertions, 0 deletions
diff --git a/vcpkg/ports/plf-queue/portfile.cmake b/vcpkg/ports/plf-queue/portfile.cmake
new file mode 100644
index 0000000..d4b4dd7
--- /dev/null
+++ b/vcpkg/ports/plf-queue/portfile.cmake
@@ -0,0 +1,13 @@
+# header-only library
+
+vcpkg_from_github(
+ OUT_SOURCE_PATH SOURCE_PATH
+ REPO mattreecebentley/plf_queue
+ REF 1fb9d87a210f7813450ee54a469f9f79ea4ec872
+ SHA512 bca6662f5b0c4dfad4b9c1192aced83cf379ed2f115b498ad98003b7201fa80cf00ee697c7c8f9a8f9fe7c979207a8e99dd58549e124ea041af25c9217d7ae6f
+ HEAD_REF main
+)
+
+file(COPY "${SOURCE_PATH}/plf_queue.h" DESTINATION "${CURRENT_PACKAGES_DIR}/include")
+
+vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE")