mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 20:09:07 +08:00
51b14cd4e1
* remove invalid cpu features * bump port version * oops * version db * build_for_sse=off * version db * sse2 = off * version db
21 lines
427 B
JSON
21 lines
427 B
JSON
{
|
|
"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
|
|
}
|
|
]
|
|
}
|