mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 00:31:37 +08:00
d55546a5bf
* [kf5archive] fix cmake.in to allow consumption by static builds * [kf5archive] update versions * [kf5archive] add lzma, zstd features * [kf5archive] update versions * [kf5archive] fix MAYBE_UNUSED_VARIABLES usage * [kf5archive] replace deprecated functions * [kf5archive] use semVer * [kf5archive] update versions * [kf5archive] add vcpkg_check_features * [kf5archive] update versions * [kf5archive] remove redundant option Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * [kf5archive] wrap all paths in quotes * [kf5archive] update versions * [kf5archive] lookup ZSTD using CMake * [kf5archive] update versions * [kf5archive] fix vcpkg_cmake_config_fixup() usage * [kf5archive] update versions * [kf5archive] rename patch files * [kf5archive] update versions Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
36 lines
700 B
JSON
36 lines
700 B
JSON
{
|
|
"name": "kf5archive",
|
|
"version-semver": "5.84.0",
|
|
"port-version": 1,
|
|
"description": "File compression",
|
|
"homepage": "https://api.kde.org/frameworks/karchive/html/index.html",
|
|
"dependencies": [
|
|
"bzip2",
|
|
"ecm",
|
|
"qt5-base",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"zlib"
|
|
],
|
|
"features": {
|
|
"lzma": {
|
|
"description": "Support for xz compressed files and data streams",
|
|
"dependencies": [
|
|
"liblzma"
|
|
]
|
|
},
|
|
"zstd": {
|
|
"description": "Support for zstd compressed files and data streams",
|
|
"dependencies": [
|
|
"zstd"
|
|
]
|
|
}
|
|
}
|
|
}
|