aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/yas
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/yas
move to own git serverHEADmaster
Diffstat (limited to 'vcpkg/ports/yas')
-rw-r--r--vcpkg/ports/yas/portfile.cmake11
-rw-r--r--vcpkg/ports/yas/vcpkg.json6
2 files changed, 17 insertions, 0 deletions
diff --git a/vcpkg/ports/yas/portfile.cmake b/vcpkg/ports/yas/portfile.cmake
new file mode 100644
index 0000000..10b8026
--- /dev/null
+++ b/vcpkg/ports/yas/portfile.cmake
@@ -0,0 +1,11 @@
+vcpkg_from_github(
+ OUT_SOURCE_PATH SOURCE_PATH
+ REPO niXman/yas
+ REF 7.1.0
+ SHA512 1101BBE0B11FF8FA3B40B1E3030E5E93125FEDC85A90532466C9E6E0708B1C4C38821C86FCAFE153717B66B7107FCB29D0E13E87E68BF2217948A7014FC3BAC0
+ HEAD_REF master
+)
+
+file(INSTALL "${SOURCE_PATH}/include/yas" DESTINATION "${CURRENT_PACKAGES_DIR}/include")
+
+file(INSTALL "${SOURCE_PATH}/include/yas/version.hpp" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
diff --git a/vcpkg/ports/yas/vcpkg.json b/vcpkg/ports/yas/vcpkg.json
new file mode 100644
index 0000000..b067a7c
--- /dev/null
+++ b/vcpkg/ports/yas/vcpkg.json
@@ -0,0 +1,6 @@
+{
+ "name": "yas",
+ "version": "7.1.0",
+ "description": "Yet Another Serialization is a header only serialization library",
+ "homepage": "https://github.com/niXman/yas"
+}