aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/clamav/vcpkg.json
blob: 0a8b3070e889722e233cbce6ddd28c0de3ca517a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
  "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"
  ]
}