44 lines
901 B
JSON
Executable file
44 lines
901 B
JSON
Executable file
{
|
|
"name": "kf5archive",
|
|
"version": "5.89.0",
|
|
"port-version": 1,
|
|
"description": "File compression",
|
|
"homepage": "https://api.kde.org/frameworks/karchive/html/index.html",
|
|
"license": "LGPL-2.0-or-later",
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|