vcpkg/ports/bit7z/vcpkg.json
msclock 43b4ba9e55
[bit7z] new port (#40889)
Signed-off-by: msclock <msclock@qq.com>
Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
Co-authored-by: Kai Pastor <dg0yt@darc.de>
Co-authored-by: Javier Matos Denizac <javier.matosd@gmail.com>
2024-09-24 13:02:12 -04:00

25 lines
558 B
JSON

{
"name": "bit7z",
"version": "4.0.8",
"description": "A C++ static library offering a clean and simple interface to the 7-zip shared libraries.",
"homepage": "https://github.com/rikyoz/bit7z",
"license": "MPL-2.0",
"dependencies": [
"7zip",
"ghc-filesystem",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"regex-matching": {
"description": "Enables the support for extracting files matching regular expressions"
}
}
}