aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libtracepoint-decode/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/libtracepoint-decode/portfile.cmake
move to own git serverHEADmaster
Diffstat (limited to 'vcpkg/ports/libtracepoint-decode/portfile.cmake')
-rw-r--r--vcpkg/ports/libtracepoint-decode/portfile.cmake21
1 files changed, 21 insertions, 0 deletions
diff --git a/vcpkg/ports/libtracepoint-decode/portfile.cmake b/vcpkg/ports/libtracepoint-decode/portfile.cmake
new file mode 100644
index 0000000..76a6ef8
--- /dev/null
+++ b/vcpkg/ports/libtracepoint-decode/portfile.cmake
@@ -0,0 +1,21 @@
+vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
+
+vcpkg_from_github(
+ OUT_SOURCE_PATH SOURCE_PATH
+ REPO "microsoft/LinuxTracepoints"
+ REF "v${VERSION}"
+ SHA512 baf27c967b2fa1fb8e8684951fd8e12e40fe9c23f5052a2d77c63eceab6ddfc112537422b97c37cfb0e479361fa8aedea6d8d7edfae91810f1ed696060fcb822
+ HEAD_REF main)
+
+vcpkg_cmake_configure(
+ SOURCE_PATH "${SOURCE_PATH}/libtracepoint-decode-cpp")
+
+vcpkg_cmake_install()
+vcpkg_copy_pdbs()
+vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE")
+
+vcpkg_cmake_config_fixup(
+ PACKAGE_NAME tracepoint-decode
+ CONFIG_PATH lib/cmake/tracepoint-decode)
+
+file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")