mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 15:39:00 +08:00
a44174524e
* [openscap] fix build * [openscap] bump port-version
45 lines
905 B
JSON
45 lines
905 B
JSON
{
|
|
"name": "openscap",
|
|
"version": "1.3.1",
|
|
"port-version": 4,
|
|
"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",
|
|
"pcre",
|
|
"pthreads",
|
|
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|