diff options
Diffstat (limited to 'ports/stx')
| -rw-r--r-- | ports/stx/CONTROL | 8 | ||||
| -rw-r--r-- | ports/stx/vcpkg.json | 15 |
2 files changed, 15 insertions, 8 deletions
diff --git a/ports/stx/CONTROL b/ports/stx/CONTROL deleted file mode 100644 index cd6886925..000000000 --- a/ports/stx/CONTROL +++ /dev/null @@ -1,8 +0,0 @@ -Source: stx
-Version: 1.0.1
-Homepage: https://github.com/lamarrr/STX
-Description: C++17 & C++ 20 error-handling and utility extensions
-
-Feature: backtrace
-Description: stacktrace support for STX
-Build-Depends: abseil
diff --git a/ports/stx/vcpkg.json b/ports/stx/vcpkg.json new file mode 100644 index 000000000..536f55751 --- /dev/null +++ b/ports/stx/vcpkg.json @@ -0,0 +1,15 @@ +{ + "name": "stx", + "version-string": "1.0.1", + "port-version": 1, + "description": "C++17 & C++ 20 error-handling and utility extensions", + "homepage": "https://github.com/lamarrr/STX", + "features": { + "backtrace": { + "description": "stacktrace support for STX", + "dependencies": [ + "abseil" + ] + } + } +} |
