diff options
Diffstat (limited to 'vcpkg/ports/lv2/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/lv2/vcpkg.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/vcpkg/ports/lv2/vcpkg.json b/vcpkg/ports/lv2/vcpkg.json new file mode 100644 index 0000000..260b5de --- /dev/null +++ b/vcpkg/ports/lv2/vcpkg.json @@ -0,0 +1,14 @@ +{ + "name": "lv2", + "version": "1.18.10", + "port-version": 1, + "description": "LV2 is a plugin standard for audio systems. It defines a minimal yet extensible C API for plugin code and a format for plugin \"bundles\".", + "homepage": "https://lv2plug.in", + "license": "ISC", + "dependencies": [ + { + "name": "vcpkg-tool-meson", + "host": true + } + ] +} |