aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/jasper/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/jasper/vcpkg.json')
-rw-r--r--vcpkg/ports/jasper/vcpkg.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/vcpkg/ports/jasper/vcpkg.json b/vcpkg/ports/jasper/vcpkg.json
new file mode 100644
index 0000000..9978a0f
--- /dev/null
+++ b/vcpkg/ports/jasper/vcpkg.json
@@ -0,0 +1,18 @@
+{
+ "name": "jasper",
+ "version": "4.2.8",
+ "description": "Open source implementation of the JPEG-2000 Part-1 standard",
+ "homepage": "https://github.com/jasper-software/jasper",
+ "license": null,
+ "dependencies": [
+ "libjpeg-turbo",
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ]
+}