aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/tevclient
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/tevclient
move to own git serverHEADmaster
Diffstat (limited to 'vcpkg/ports/tevclient')
-rw-r--r--vcpkg/ports/tevclient/portfile.cmake22
-rw-r--r--vcpkg/ports/tevclient/vcpkg.json17
2 files changed, 39 insertions, 0 deletions
diff --git a/vcpkg/ports/tevclient/portfile.cmake b/vcpkg/ports/tevclient/portfile.cmake
new file mode 100644
index 0000000..1f2d7c6
--- /dev/null
+++ b/vcpkg/ports/tevclient/portfile.cmake
@@ -0,0 +1,22 @@
+vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
+
+vcpkg_from_github(
+ OUT_SOURCE_PATH SOURCE_PATH
+ REPO westlicht/tevclient
+ REF aae4d33472bcf23a5b66af27dcea7ca299b61976
+ SHA512 e452b6b6cfbe7fc56e0f4794c8a4ecdd5695da2a8ae006ea02fed0a4c5a13a411042e66f6996a7e49b789a5ff86cdfb771cb55ba0a30465649ed1c4f5f7062c4
+ HEAD_REF master
+)
+
+vcpkg_cmake_configure(
+ SOURCE_PATH "${SOURCE_PATH}"
+ )
+
+vcpkg_cmake_install()
+vcpkg_copy_pdbs()
+
+vcpkg_cmake_config_fixup(CONFIG_PATH share/cmake/tevclient)
+
+file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
+
+vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE")
diff --git a/vcpkg/ports/tevclient/vcpkg.json b/vcpkg/ports/tevclient/vcpkg.json
new file mode 100644
index 0000000..4b56bcc
--- /dev/null
+++ b/vcpkg/ports/tevclient/vcpkg.json
@@ -0,0 +1,17 @@
+{
+ "name": "tevclient",
+ "version-date": "2023-12-04",
+ "description": "C++ client library for communicating to the tev image viewer",
+ "homepage": "https://github.com/westlicht/tevclient",
+ "supports": "!uwp",
+ "dependencies": [
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ]
+}