mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 06:49:00 +08:00
3975146c8a
* [json-c] update to version 0.17 2023-08-12 * [json-c] update version database * [clamav] update to version 0.103.11 * [clamav] update version db * [clamav] add patch to compile isnt.cpp on windows * [clamav] update version db * [clamav] remove extra port version * [clamav] update version db * fix cmakelists.txt * update version * fix cmakelists.txt * update git-tree * remove fix-cmakelists.patch * update git-tree * format * update git-tree --------- Co-authored-by: Monica <liuyumei01@beyondsoft.com>
26 lines
460 B
JSON
26 lines
460 B
JSON
{
|
|
"name": "clamav",
|
|
"version-semver": "0.103.11",
|
|
"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",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"zlib"
|
|
]
|
|
}
|