diff options
Diffstat (limited to 'vcpkg/ports/cgicc/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/cgicc/vcpkg.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/vcpkg/ports/cgicc/vcpkg.json b/vcpkg/ports/cgicc/vcpkg.json new file mode 100644 index 0000000..c1bfc42 --- /dev/null +++ b/vcpkg/ports/cgicc/vcpkg.json @@ -0,0 +1,14 @@ +{ + "name": "cgicc", + "version": "3.2.20", + "port-version": 2, + "description": "GNU Cgicc is an ANSI C++ compliant class library that greatly simplifies the creation of CGI applications for the World Wide Web", + "homepage": "https://www.gnu.org/software/cgicc/", + "license": "LGPL-2.1-or-later", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + } + ] +} |