vcpkg/ports/clamav/vcpkg.json
NancyLi1013 fb7f029ec6
[clamav] Fix the conflicts with libmspack (#17168)
* [clamav] Fix the conflicts with libmspack

* Update versions
2021-04-09 09:45:56 -07:00

19 lines
351 B
JSON

{
"name": "clamav",
"version-semver": "0.103.0",
"port-version": 1,
"description": "ClamAV is an open-source anti-virus toolkit.",
"homepage": "https://www.clamav.net",
"supports": "!uwp & !static",
"dependencies": [
"bzip2",
"json-c",
"libmspack",
"libxml2",
"openssl",
"pcre2",
"pthreads",
"zlib"
]
}