mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 10:39:06 +08:00
7fe8b4a85d
* [openscap] no absolute paths * format * x-add-version * format * x-add-version Co-authored-by: LilyWangLL <v-lilywang@microsoft.com>
45 lines
905 B
JSON
45 lines
905 B
JSON
{
|
|
"name": "openscap",
|
|
"version": "1.3.1",
|
|
"port-version": 3,
|
|
"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",
|
|
"license": "LGPL-2.1-or-later",
|
|
"dependencies": [
|
|
"curl",
|
|
"glib",
|
|
"libpopt",
|
|
"libxml2",
|
|
"libxslt",
|
|
"libzip",
|
|
"openssl",
|
|
"pcre2",
|
|
"pthread",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
"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"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|