mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 10:19:01 +08:00
5a8ff0088a
* Update mingw support expressions * Update versions * Use pkg-config for complete libgcrypt dependencies * Remove crypto from default features Align with CMake build system defaults. * Drop unused liblzma dependency * Update versions * Skip installation of docs * Update versions * Restructure patches * Update versions * CI [skip actions] * Revise libxml2 wrapper * Omit CONFIG from find_package(LibXml2) * Test libxml2 with, and fix for, CMake 3.7 * Update versions * More libxml2 wrapper changes * libxslt gcrypt variable name changes * Install usage * Trim portfile * [openscap] Use vcpkg pkg-config database * [openscap] Unbreak find_package(Threads) * Update versions * Update CI baseline * REQUIRED is a literal * Update versions * Always load libxml2 config instead of find module [skip actions] * [libxmlmm] Fix linking to libxml2 libxml2 needs iconv include dir on Windows. * [libxmlmm] License field and processing * [libxmlmm] Export unofficial CMake config * [libxmlmm] Change target prefix, not global default * Revert cmake-user changes * Set LIBXML2_FOUND * Update versions * Fix xslt-config * Update versions * Adjust tidy-html5 * Update versions Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
40 lines
810 B
JSON
40 lines
810 B
JSON
{
|
|
"name": "openscap",
|
|
"version": "1.3.1",
|
|
"port-version": 2,
|
|
"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"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|