aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/lest
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/lest
move to own git serverHEADmaster
Diffstat (limited to 'vcpkg/ports/lest')
-rw-r--r--vcpkg/ports/lest/portfile.cmake9
-rw-r--r--vcpkg/ports/lest/vcpkg.json6
2 files changed, 15 insertions, 0 deletions
diff --git a/vcpkg/ports/lest/portfile.cmake b/vcpkg/ports/lest/portfile.cmake
new file mode 100644
index 0000000..c52175d
--- /dev/null
+++ b/vcpkg/ports/lest/portfile.cmake
@@ -0,0 +1,9 @@
+vcpkg_from_github(
+ OUT_SOURCE_PATH SOURCE_PATH
+ REPO martinmoene/lest
+ REF "v${VERSION}"
+ SHA512 dd517430f9f04dbf5c25c1ffe9b65f9fe56abcbd32dc864f2248672e759cfe893637651bb9d7d4c02d11ccb2d4dae4ae5a670d4cd613152d2783d0bfc3e88ebc
+)
+
+file(INSTALL ${SOURCE_PATH}/include/ DESTINATION ${CURRENT_PACKAGES_DIR}/include)
+file(INSTALL ${SOURCE_PATH}/LICENSE.txt DESTINATION ${CURRENT_PACKAGES_DIR}/share/lest RENAME copyright)
diff --git a/vcpkg/ports/lest/vcpkg.json b/vcpkg/ports/lest/vcpkg.json
new file mode 100644
index 0000000..5f991cf
--- /dev/null
+++ b/vcpkg/ports/lest/vcpkg.json
@@ -0,0 +1,6 @@
+{
+ "name": "lest",
+ "version": "1.36.0",
+ "description": "A modern, C++11-native, single-file header-only, tiny framework for unit-tests, TDD and BDD (includes C++98 variant)",
+ "homepage": "https://github.com/martinmoene/lest"
+}