vcpkg/ports/lensfun/vcpkg.json

21 lines
427 B
JSON
Raw Normal View History

{
"name": "lensfun",
"version": "0.3.4",
"port-version": 1,
"description": "Provide a open source database of photographic lenses and their characteristics",
"homepage": "https://scnlib.dev/",
"license": "LGPL-3.0 OR GPL-3.0",
"supports": "!arm",
"dependencies": [
"glib",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}