[lzav] Add new port (#35995)

* Add lzav 3.4

* Update CI baseline

* Update to version 3.6

* Update CI baseline

* Update to version 3.10

* Update CI baseline

* Update CI baseline

---------

Co-authored-by: chausner <chausner@users.noreply.github.com>
This commit is contained in:
chausner 2024-01-25 00:46:46 +01:00 committed by GitHub
parent 3598d22664
commit 1b65197e93
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 31 additions and 0 deletions

11
ports/lzav/portfile.cmake Normal file
View File

@ -0,0 +1,11 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO avaneev/lzav
REF ${VERSION}
SHA512 09663ab9a9dcdedea0656c7ac1fbb062af2e7ce6b0e6cfb978dde376efaded22a97aadead9083212fdaea60d78021d870767f642de305209ebd0e445b412cef7
HEAD_REF master
)
file(COPY "${SOURCE_PATH}/lzav.h" DESTINATION "${CURRENT_PACKAGES_DIR}/include")
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE")

7
ports/lzav/vcpkg.json Normal file
View File

@ -0,0 +1,7 @@
{
"name": "lzav",
"version": "3.10",
"description": "Fast In-Memory Data Compression Algorithm (inline C/C++)",
"homepage": "https://github.com/avaneev/lzav",
"license": "MIT"
}

View File

@ -5392,6 +5392,10 @@
"baseline": "1.9.4",
"port-version": 1
},
"lzav": {
"baseline": "3.10",
"port-version": 0
},
"lzfse": {
"baseline": "1.0",
"port-version": 5

9
versions/l-/lzav.json Normal file
View File

@ -0,0 +1,9 @@
{
"versions": [
{
"git-tree": "f3486855e1c408ebcb28fb6eaf519d0cd31f460d",
"version": "3.10",
"port-version": 0
}
]
}