aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/kf6archive/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/kf6archive/vcpkg.json')
-rw-r--r--vcpkg/ports/kf6archive/vcpkg.json60
1 files changed, 60 insertions, 0 deletions
diff --git a/vcpkg/ports/kf6archive/vcpkg.json b/vcpkg/ports/kf6archive/vcpkg.json
new file mode 100644
index 0000000..0248493
--- /dev/null
+++ b/vcpkg/ports/kf6archive/vcpkg.json
@@ -0,0 +1,60 @@
+{
+ "name": "kf6archive",
+ "version": "6.7.0",
+ "description": "File compression",
+ "homepage": "https://api.kde.org/frameworks/karchive/html/index.html",
+ "license": "LGPL-2.0-or-later",
+ "supports": "!xbox",
+ "dependencies": [
+ "bzip2",
+ "ecm",
+ "liblzma",
+ "openssl",
+ "qtbase",
+ {
+ "name": "qttools",
+ "features": [
+ "linguist"
+ ]
+ },
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ },
+ "zlib",
+ "zstd"
+ ],
+ "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"
+ ]
+ },
+ "openssl": {
+ "description": "Support for compressed encrypted files and data streams",
+ "dependencies": [
+ "openssl"
+ ]
+ },
+ "zstd": {
+ "description": "Support for zstd compressed files and data streams",
+ "dependencies": [
+ "zstd"
+ ]
+ }
+ }
+}