2021-09-09 16:24:04 +08:00
|
|
|
{
|
|
|
|
"name": "openscap",
|
2023-06-14 10:10:09 +08:00
|
|
|
"version": "1.3.7",
|
2023-06-17 11:56:11 +08:00
|
|
|
"port-version": 2,
|
2021-09-09 16:24:04 +08:00
|
|
|
"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",
|
2022-07-21 06:29:47 +08:00
|
|
|
"license": "LGPL-2.1-or-later",
|
2023-06-16 05:49:00 +08:00
|
|
|
"supports": "!xbox",
|
2021-09-09 16:24:04 +08:00
|
|
|
"dependencies": [
|
|
|
|
"curl",
|
|
|
|
"glib",
|
|
|
|
"libpopt",
|
|
|
|
"libxml2",
|
|
|
|
"libxslt",
|
|
|
|
"libzip",
|
|
|
|
"openssl",
|
2022-10-21 03:50:46 +08:00
|
|
|
"pcre",
|
|
|
|
"pthreads",
|
2022-07-21 06:29:47 +08:00
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
2023-06-14 10:10:09 +08:00
|
|
|
"xmlsec",
|
2021-09-09 16:24:04 +08:00
|
|
|
"zlib"
|
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"python": {
|
|
|
|
"description": "build with python3"
|
2023-06-17 11:56:11 +08:00
|
|
|
},
|
|
|
|
"util": {
|
|
|
|
"description": "build available utils",
|
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "getopt-win32",
|
|
|
|
"platform": "windows"
|
|
|
|
}
|
|
|
|
]
|
2021-09-09 16:24:04 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|