aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/qoixx/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/qoixx/portfile.cmake
move to own git serverHEADmaster
Diffstat (limited to 'vcpkg/ports/qoixx/portfile.cmake')
-rw-r--r--vcpkg/ports/qoixx/portfile.cmake13
1 files changed, 13 insertions, 0 deletions
diff --git a/vcpkg/ports/qoixx/portfile.cmake b/vcpkg/ports/qoixx/portfile.cmake
new file mode 100644
index 0000000..d1554e5
--- /dev/null
+++ b/vcpkg/ports/qoixx/portfile.cmake
@@ -0,0 +1,13 @@
+#header-only library
+
+vcpkg_from_github(
+ OUT_SOURCE_PATH SOURCE_PATH
+ REPO wx257osn2/qoixx
+ REF v${VERSION}
+ SHA512 1d2ef5d60ab89f2b284d919870eb7fac3adc6e36102d69c750341827564374038454497378e7b40bca2f34446bc5e1da9f046752ee6bc3a03956b4469948f1af
+ HEAD_REF master
+)
+
+file(INSTALL "${SOURCE_PATH}/include/qoixx.hpp" DESTINATION "${CURRENT_PACKAGES_DIR}/include")
+
+vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE")