mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 21:18:59 +08:00
[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:
parent
3598d22664
commit
1b65197e93
11
ports/lzav/portfile.cmake
Normal file
11
ports/lzav/portfile.cmake
Normal 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
7
ports/lzav/vcpkg.json
Normal 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"
|
||||
}
|
@ -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
9
versions/l-/lzav.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "f3486855e1c408ebcb28fb6eaf519d0cd31f460d",
|
||||
"version": "3.10",
|
||||
"port-version": 0
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user