vcpkg/ports/argh/vcpkg.json
2024-03-11 20:35:56 -07:00

19 lines
354 B
JSON

{
"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
}
]
}