diff options
Diffstat (limited to 'vcpkg/ports/jbigkit/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/jbigkit/vcpkg.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/vcpkg/ports/jbigkit/vcpkg.json b/vcpkg/ports/jbigkit/vcpkg.json new file mode 100644 index 0000000..0257b91 --- /dev/null +++ b/vcpkg/ports/jbigkit/vcpkg.json @@ -0,0 +1,13 @@ +{ + "name": "jbigkit", + "version": "2.1", + "port-version": 7, + "description": "A software implementation of the JBIG1 data compression standard (ITU-T T.82)", + "homepage": "https://www.cl.cam.ac.uk/~mgk25/jbigkit", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + } + ] +} |