aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/lzav
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/lzav
move to own git serverHEADmaster
Diffstat (limited to 'vcpkg/ports/lzav')
-rw-r--r--vcpkg/ports/lzav/portfile.cmake11
-rw-r--r--vcpkg/ports/lzav/vcpkg.json7
2 files changed, 18 insertions, 0 deletions
diff --git a/vcpkg/ports/lzav/portfile.cmake b/vcpkg/ports/lzav/portfile.cmake
new file mode 100644
index 0000000..190af12
--- /dev/null
+++ b/vcpkg/ports/lzav/portfile.cmake
@@ -0,0 +1,11 @@
+vcpkg_from_github(
+ OUT_SOURCE_PATH SOURCE_PATH
+ REPO avaneev/lzav
+ REF ${VERSION}
+ SHA512 456c1d422bf884643862f81d461baae75f24247a2789ea8dabd7203293fa73a197e5e6895492be57c12a9f8dace9d3dc810b8b1a3e4a264768dbda6e28e1ee59
+ HEAD_REF master
+)
+
+file(COPY "${SOURCE_PATH}/lzav.h" DESTINATION "${CURRENT_PACKAGES_DIR}/include")
+
+vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE")
diff --git a/vcpkg/ports/lzav/vcpkg.json b/vcpkg/ports/lzav/vcpkg.json
new file mode 100644
index 0000000..32bf36a
--- /dev/null
+++ b/vcpkg/ports/lzav/vcpkg.json
@@ -0,0 +1,7 @@
+{
+ "name": "lzav",
+ "version": "4.0",
+ "description": "Fast In-Memory Data Compression Algorithm (inline C/C++)",
+ "homepage": "https://github.com/avaneev/lzav",
+ "license": "MIT"
+}