aboutsummaryrefslogtreecommitdiff
path: root/ports/libmagic/vcpkg.json
blob: c0c727f1d47b46ad2af875da7032373e93e0d081 (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
{
  "name": "libmagic",
  "version-string": "5.40",
  "description": "This library can be used to classify files according to magic number tests.",
  "homepage": "https://github.com/file/file",
  "dependencies": [
    {
      "name": "dirent",
      "platform": "windows"
    },
    {
      "name": "getopt",
      "platform": "windows"
    },
    {
      "name": "libmagic",
      "host": true
    },
    {
      "name": "tre",
      "platform": "windows | mingw"
    }
  ]
}