vcpkg/ports/libarchive/vcpkg.json
Stefano Sinigardi 56a5c2ac52
[libarchive] disable libb2 until properly handled (#17266)
* [libarchive] disable libbb2 until properly handled

* [libarchive] bump version

* update version refs

* update refs
2021-05-11 10:37:52 -07:00

64 lines
1.1 KiB
JSON

{
"name": "libarchive",
"version-semver": "3.4.3",
"port-version": 6,
"description": "Library for reading and writing streaming archives",
"homepage": "https://github.com/libarchive/libarchive",
"supports": "!uwp",
"dependencies": [
"zlib"
],
"default-features": [
"bzip2",
"libxml2",
"lz4",
"lzma",
"openssl",
"zstd"
],
"features": {
"bzip2": {
"description": "BZip2 support",
"dependencies": [
"bzip2"
]
},
"libxml2": {
"description": "Libxml2 support",
"dependencies": [
"libxml2"
]
},
"lz4": {
"description": "Lz4 support",
"dependencies": [
"lz4"
]
},
"lzma": {
"description": "Lzma support",
"dependencies": [
"liblzma"
]
},
"lzo": {
"description": "Lzo support",
"dependencies": [
"lzo"
]
},
"openssl": {
"description": "Openssl support",
"dependencies": [
"openssl"
]
},
"zstd": {
"description": "Zstd support",
"dependencies": [
"zstd"
]
}
}
}