aboutsummaryrefslogtreecommitdiff
path: root/ports/openscap/vcpkg.json
blob: 3bab620ed2dd74c83f2404befdba8d728657f7cf (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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
  "name": "openscap",
  "version-string": "1.3.1",
  "port-version": 1,
  "description": "The oscap program is a command line tool that allows users to load, scan, validate, edit, and export SCAP documents.",
  "homepage": "https://github.com/OpenSCAP/openscap",
  "dependencies": [
    "curl",
    "glib",
    "libpopt",
    "libxml2",
    "libxslt",
    "libzip",
    "openssl",
    "pcre2",
    "pthread",
    "zlib"
  ],
  "features": {
    "docs": {
      "description": "install docs"
    },
    "python": {
      "description": "build with python3"
    },
    "tests": {
      "description": "build with tests"
    },
    "util": {
      "description": "build available utils",
      "dependencies": [
        {
          "name": "getopt-win32",
          "platform": "windows"
        }
      ]
    }
  }
}