diff options
Diffstat (limited to 'vcpkg/ports/argh/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/argh/vcpkg.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/vcpkg/ports/argh/vcpkg.json b/vcpkg/ports/argh/vcpkg.json new file mode 100644 index 0000000..5dea74d --- /dev/null +++ b/vcpkg/ports/argh/vcpkg.json @@ -0,0 +1,18 @@ +{ + "name": "argh", + "version": "1.3.2", + "port-version": 1, + "description": "Argh! A minimalist argument handler.", + "homepage": "https://github.com/adishavit/argh", + "license": "BSD-3-Clause", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |