vcpkg/ports/libmupdf/vcpkg.json
JonLiu1993 fbc1e4178a
[libmupdf/liblinear/libkeyfinder] Update to latest version (#19959)
* [libmupdf/liblinear/libkeyfinder] Update to latest version

* update version

* update vcpkg.json format

* update version
2021-09-03 17:37:20 -07:00

27 lines
497 B
JSON

{
"name": "libmupdf",
"version-string": "1.18.1-so-3.11.14",
"description": "a lightweight PDF, XPS, and E-book library",
"homepage": "https://github.com/ArtifexSoftware/mupdf",
"supports": "!osx",
"dependencies": [
"curl",
"freetype",
"glfw3",
"gumbo",
"harfbuzz",
"jbig2dec",
"libjpeg-turbo",
"openjpeg",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
"zlib"
]
}