vcpkg/ports/libkeyfinder/vcpkg.json
JonLiu1993 fbc1e4178a
[libmupdf/liblinear/libkeyfinder] Update to latest version (#19959)
* [libmupdf/liblinear/libkeyfinder] Update to latest version

* update version

* update vcpkg.json format

* update version
2021-09-03 17:37:20 -07:00

27 lines
500 B
JSON

{
"name": "libkeyfinder",
"version-string": "2.2.5",
"description": "Musical key detection for digital audio",
"homepage": "https://github.com/mixxxdj/libkeyfinder",
"license": "GPL-3.0-or-later",
"dependencies": [
"fftw3",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"test": {
"description": "Build tests",
"dependencies": [
"catch2"
]
}
}
}