aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/argus/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/argus/vcpkg.json')
-rw-r--r--vcpkg/ports/argus/vcpkg.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/vcpkg/ports/argus/vcpkg.json b/vcpkg/ports/argus/vcpkg.json
new file mode 100644
index 0000000..08c8d3e
--- /dev/null
+++ b/vcpkg/ports/argus/vcpkg.json
@@ -0,0 +1,22 @@
+{
+ "name": "argus",
+ "version": "0.2.0",
+ "description": "Argus is a cross-platform modern feature-rich command-line argument parser for C",
+ "homepage": "https://github.com/lucocozz/argus",
+ "license": "MIT",
+ "supports": "!(windows & static) & !(windows & x86)",
+ "dependencies": [
+ {
+ "name": "vcpkg-tool-meson",
+ "host": true
+ }
+ ],
+ "features": {
+ "regex": {
+ "description": "Enable regex validation support using PCRE2",
+ "dependencies": [
+ "pcre2"
+ ]
+ }
+ }
+}