mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-14 22:58:00 +08:00
[fastlz] update to the latest commit (#17771)
* [fastlz] update to the latest commit * update version
This commit is contained in:
parent
11a96a3abb
commit
77d2722945
@ -1,4 +0,0 @@
|
||||
Source: fastlz
|
||||
Version: 1.0-3
|
||||
Homepage: https://github.com/ariya/FastLZ
|
||||
Description: A lightning-fast lossless compression library
|
@ -3,8 +3,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO ariya/FastLZ
|
||||
REF f1217348a868bdb9ee0730244475aee05ab329c5
|
||||
SHA512 444465aa5d830f54b86112cbd0431099d8e1a11d46bd02e1dc5dc0b3d772736624287e6bc328159195197d0d08cb659d39c59c5336ffa432032f3798e04f4440
|
||||
REF c3bdfad9e0094d0fb15c12cd300e647c13dc85f9 #2021-5-10
|
||||
SHA512 cb1c7e365e955f4cabfcb0bebf9cb57e88e81183fc0bec0713a88acee6bc3aeb31cdf8fa0b56b4b7c63f220ab7b50c299b13df15912a3b4a01ec70dd2a9513f7
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
@ -20,6 +20,4 @@ vcpkg_install_cmake()
|
||||
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include)
|
||||
|
||||
# Handle copyright
|
||||
file(COPY ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/fastlz)
|
||||
file(RENAME ${CURRENT_PACKAGES_DIR}/share/fastlz/LICENSE ${CURRENT_PACKAGES_DIR}/share/fastlz/copyright)
|
||||
vcpkg_copy_pdbs()
|
||||
file(INSTALL ${SOURCE_PATH}/LICENSE.MIT DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
|
||||
|
6
ports/fastlz/vcpkg.json
Normal file
6
ports/fastlz/vcpkg.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"name": "fastlz",
|
||||
"version-date": "2021-05-10",
|
||||
"description": "A lightning-fast lossless compression library",
|
||||
"homepage": "https://github.com/ariya/FastLZ"
|
||||
}
|
@ -1925,7 +1925,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"fastlz": {
|
||||
"baseline": "1.0-3",
|
||||
"baseline": "2021-05-10",
|
||||
"port-version": 0
|
||||
},
|
||||
"fastrtps": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "638b6220eb5ca72dae00fb3b8bdd19834cf6b938",
|
||||
"version-date": "2021-05-10",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "04cbfde66bfdf61b82b0248f21a466d69dcb3e0f",
|
||||
"version-string": "1.0-3",
|
||||
|
Loading…
x
Reference in New Issue
Block a user