vcpkg/ports/libsonic/vcpkg.json
Andrew Kornilov f55c3b5fd6
[libsonic] Add new port (#29374)
* [libsonic] Add new port

* [libsonic] Update version

* [libsonic] Fix porfiles

* [libsonic] Update version

* [libsonic] Add tool feature

* [libsonic] Update version
2023-05-08 15:06:19 -07:00

20 lines
384 B
JSON

{
"name": "libsonic",
"version": "0.2.0",
"description": "Simple library to speed up or slow down speech",
"homepage": "https://github.com/waywardgeek/sonic",
"license": "Apache-2.0",
"supports": "linux | osx",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
}
],
"features": {
"tool": {
"description": "Build tool"
}
}
}