diff options
| author | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
|---|---|---|
| committer | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
| commit | 54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch) | |
| tree | d915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/snowhouse | |
Diffstat (limited to 'vcpkg/ports/snowhouse')
| -rw-r--r-- | vcpkg/ports/snowhouse/portfile.cmake | 12 | ||||
| -rw-r--r-- | vcpkg/ports/snowhouse/vcpkg.json | 6 |
2 files changed, 18 insertions, 0 deletions
diff --git a/vcpkg/ports/snowhouse/portfile.cmake b/vcpkg/ports/snowhouse/portfile.cmake new file mode 100644 index 0000000..279fa6e --- /dev/null +++ b/vcpkg/ports/snowhouse/portfile.cmake @@ -0,0 +1,12 @@ +vcpkg_from_github(
+ OUT_SOURCE_PATH SOURCE_PATH
+ REPO banditcpp/snowhouse
+ REF 3faaff8d836c726aa2001adf3d2253d3b368b06b # v5.0.0
+ SHA512 d1fdd01b376ea26a4c9312df9f952f5b543d1f9d4a8049b7302961d3403200659cb448e5c032f9f05f4f0eeed7434d94beaf108f80cd155c37fe63eaf14651c2
+ HEAD_REF master
+)
+
+file(COPY ${SOURCE_PATH}/include/snowhouse DESTINATION ${CURRENT_PACKAGES_DIR}/include/ FILES_MATCHING PATTERN *.h)
+
+file(COPY ${SOURCE_PATH}/LICENSE_1_0.txt DESTINATION ${CURRENT_PACKAGES_DIR}/share/snowhouse)
+file(RENAME ${CURRENT_PACKAGES_DIR}/share/snowhouse/LICENSE_1_0.txt ${CURRENT_PACKAGES_DIR}/share/snowhouse/copyright)
\ No newline at end of file diff --git a/vcpkg/ports/snowhouse/vcpkg.json b/vcpkg/ports/snowhouse/vcpkg.json new file mode 100644 index 0000000..da2f045 --- /dev/null +++ b/vcpkg/ports/snowhouse/vcpkg.json @@ -0,0 +1,6 @@ +{ + "name": "snowhouse", + "version": "5.0.0", + "port-version": 2, + "description": "An assertion library for C++" +} |