aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/plf-hive
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-hive
move to own git serverHEADmaster
Diffstat (limited to 'vcpkg/ports/plf-hive')
-rw-r--r--vcpkg/ports/plf-hive/portfile.cmake13
-rw-r--r--vcpkg/ports/plf-hive/vcpkg.json6
2 files changed, 19 insertions, 0 deletions
diff --git a/vcpkg/ports/plf-hive/portfile.cmake b/vcpkg/ports/plf-hive/portfile.cmake
new file mode 100644
index 0000000..8fcbfb5
--- /dev/null
+++ b/vcpkg/ports/plf-hive/portfile.cmake
@@ -0,0 +1,13 @@
+# header-only library
+
+vcpkg_from_github(
+ OUT_SOURCE_PATH SOURCE_PATH
+ REPO mattreecebentley/plf_hive
+ REF 39dfcc5712125cc645df123c120006b7a6fd95d6
+ SHA512 81a1f185ca8293b6fb83605c05ecf14d024194334cb64932daa29ecae064918241fa7f3e4a688dc2b19b4b5dd8a2605d60947bd513f7cd30299fd6ba25aa8b35
+ HEAD_REF master
+)
+
+file(COPY "${SOURCE_PATH}/plf_hive.h" DESTINATION "${CURRENT_PACKAGES_DIR}/include")
+
+file(INSTALL "${SOURCE_PATH}/LICENSE.md" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
diff --git a/vcpkg/ports/plf-hive/vcpkg.json b/vcpkg/ports/plf-hive/vcpkg.json
new file mode 100644
index 0000000..4393fa9
--- /dev/null
+++ b/vcpkg/ports/plf-hive/vcpkg.json
@@ -0,0 +1,6 @@
+{
+ "name": "plf-hive",
+ "version-date": "2021-12-11",
+ "description": "plf::hive is a fork of plf::colony to match the current C++ standards proposal.",
+ "homepage": "https://plflib.org/colony.htm"
+}