vcpkg/ports/lilv/vcpkg.json
2024-12-19 13:11:37 -05:00

30 lines
558 B
JSON

{
"name": "lilv",
"version": "0.24.24",
"port-version": 1,
"description": "Lilv is a C library for simple use of LV2 plugins in applications.",
"homepage": "https://drobilla.net/software/lilv",
"license": "ISC",
"supports": "!uwp",
"dependencies": [
"lv2",
"serd",
"sord",
"sratom",
{
"name": "vcpkg-tool-meson",
"host": true
},
"zix"
],
"features": {
"tools": {
"description": "Build tools",
"supports": "!windows",
"dependencies": [
"libsndfile"
]
}
}
}