aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/air-ctl/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/air-ctl/portfile.cmake
move to own git serverHEADmaster
Diffstat (limited to 'vcpkg/ports/air-ctl/portfile.cmake')
-rw-r--r--vcpkg/ports/air-ctl/portfile.cmake20
1 files changed, 20 insertions, 0 deletions
diff --git a/vcpkg/ports/air-ctl/portfile.cmake b/vcpkg/ports/air-ctl/portfile.cmake
new file mode 100644
index 0000000..9652178
--- /dev/null
+++ b/vcpkg/ports/air-ctl/portfile.cmake
@@ -0,0 +1,20 @@
+vcpkg_from_github(
+ OUT_SOURCE_PATH SOURCE_PATH
+ REPO inie0722/air-ctl
+ REF "v${VERSION}"
+ SHA512 88a20b0d833770820a8ef56725441cd4258b222ed12bb731a695c17a29c76709ed185f3a8e038d7f7437295847ff9ba77a65c5165ad7d70645c044a24365bfe9
+ HEAD_REF master
+ PATCHES
+ fix-resize-error.patch
+)
+
+vcpkg_cmake_configure(
+ SOURCE_PATH "${SOURCE_PATH}"
+ OPTIONS "-DCTL_CACHE_LINE_SIZE=0"
+)
+
+vcpkg_cmake_install()
+vcpkg_cmake_config_fixup()
+
+file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
+vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE")