mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 11:19:00 +08:00
960349209f
* [podofo] Install PoDoFoConfig.cmake, fix usage * version * Add license * version * Correct license * version
34 lines
662 B
JSON
34 lines
662 B
JSON
{
|
|
"name": "podofo",
|
|
"version": "0.9.7",
|
|
"port-version": 1,
|
|
"description": "PoDoFo is a library to work with the PDF file format",
|
|
"homepage": "https://sourceforge.net/projects/podofo/",
|
|
"license": "LGPL-2.0-only",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
"freetype",
|
|
"libjpeg-turbo",
|
|
"libpng",
|
|
"openssl",
|
|
"tiff",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"zlib"
|
|
],
|
|
"features": {
|
|
"fontconfig": {
|
|
"description": "Enable font manager support on Unix platforms",
|
|
"dependencies": [
|
|
"fontconfig"
|
|
]
|
|
}
|
|
}
|
|
}
|