mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 14:49:33 +08:00
5d2a0a9814
* Xbox triplets should not support ports with only copyleft licenses * Reverted ports that build with xbox currently * Fix conflict and rebase * Update baseline * Update baseline
46 lines
924 B
JSON
46 lines
924 B
JSON
{
|
|
"name": "kf5archive",
|
|
"version": "5.98.0",
|
|
"port-version": 1,
|
|
"description": "File compression",
|
|
"homepage": "https://api.kde.org/frameworks/karchive/html/index.html",
|
|
"license": "LGPL-2.0-or-later",
|
|
"supports": "!xbox",
|
|
"dependencies": [
|
|
"ecm",
|
|
"qt5-base",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"zlib"
|
|
],
|
|
"default-features": [
|
|
"bzip2"
|
|
],
|
|
"features": {
|
|
"bzip2": {
|
|
"description": "Support for bzip2 compressed files and data streams",
|
|
"dependencies": [
|
|
"bzip2"
|
|
]
|
|
},
|
|
"lzma": {
|
|
"description": "Support for xz compressed files and data streams",
|
|
"dependencies": [
|
|
"liblzma"
|
|
]
|
|
},
|
|
"zstd": {
|
|
"description": "Support for zstd compressed files and data streams",
|
|
"dependencies": [
|
|
"zstd"
|
|
]
|
|
}
|
|
}
|
|
}
|