vcpkg/ports/openscap/vcpkg.json
autoantwort 7fe8b4a85d
[openscap] no absolute paths (#25838)
* [openscap] no absolute paths

* format

* x-add-version

* format

* x-add-version

Co-authored-by: LilyWangLL <v-lilywang@microsoft.com>
2022-07-20 15:29:47 -07:00

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"
}
]
}
}
}