mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 05:19:06 +08:00
a6cb7292c4
* [many ports]switch to vcpkg-cmake / vckg-cmake-config * version * Missing changes * version * typo * version * typo * version * fix typo * version * deprecate vcpkg_extract_source_archive_ex * version * fix arguments * version --------- Co-authored-by: jyu49 <yu_jack@apple.com>
27 lines
480 B
JSON
27 lines
480 B
JSON
{
|
|
"name": "clamav",
|
|
"version-semver": "0.103.0",
|
|
"port-version": 4,
|
|
"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"
|
|
]
|
|
}
|