diff options
Diffstat (limited to 'ports/openscap')
| -rw-r--r-- | ports/openscap/CONTROL | 18 | ||||
| -rw-r--r-- | ports/openscap/vcpkg.json | 39 |
2 files changed, 39 insertions, 18 deletions
diff --git a/ports/openscap/CONTROL b/ports/openscap/CONTROL deleted file mode 100644 index 631a0c794..000000000 --- a/ports/openscap/CONTROL +++ /dev/null @@ -1,18 +0,0 @@ -Source: openscap
-Version: 1.3.1
-Homepage: https://github.com/OpenSCAP/openscap
-Description: The oscap program is a command line tool that allows users to load, scan, validate, edit, and export SCAP documents.
-Build-Depends: libxslt, libxml2, libzip, curl, pcre2, libpopt, pthread, glib, openssl, zlib
-
-Feature: docs
-Description: install docs
-
-Feature: tests
-Description: build with tests
-
-Feature: util
-Description: build available utils
-Build-Depends: getopt-win32 (windows)
-
-Feature: python
-Description: build with python3
\ No newline at end of file diff --git a/ports/openscap/vcpkg.json b/ports/openscap/vcpkg.json new file mode 100644 index 000000000..3bab620ed --- /dev/null +++ b/ports/openscap/vcpkg.json @@ -0,0 +1,39 @@ +{ + "name": "openscap", + "version-string": "1.3.1", + "port-version": 1, + "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" + } + ] + } + } +} |
