aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libcorrect/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/libcorrect/portfile.cmake
move to own git serverHEADmaster
Diffstat (limited to 'vcpkg/ports/libcorrect/portfile.cmake')
-rw-r--r--vcpkg/ports/libcorrect/portfile.cmake13
1 files changed, 13 insertions, 0 deletions
diff --git a/vcpkg/ports/libcorrect/portfile.cmake b/vcpkg/ports/libcorrect/portfile.cmake
new file mode 100644
index 0000000..f4f44f7
--- /dev/null
+++ b/vcpkg/ports/libcorrect/portfile.cmake
@@ -0,0 +1,13 @@
+vcpkg_from_github(
+ OUT_SOURCE_PATH SOURCE_PATH
+ REPO quiet/libcorrect
+ REF f5a28c74fba7a99736fe49d3a5243eca29517ae9
+ SHA512 1367834c2a081e007b3eeeacb5bbe912617cce97cbd19d43193078f352fef103a54f030ef61a2def4ab7517476cf6be5d6a1736e43ae84913fe84a56340b69ce
+ HEAD_REF master
+ PATCHES fix-ninja.patch
+)
+vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
+vcpkg_cmake_configure(SOURCE_PATH "${SOURCE_PATH}")
+vcpkg_cmake_install()
+vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE")
+file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")