mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 15:58:59 +08:00
f55c3b5fd6
* [libsonic] Add new port * [libsonic] Update version * [libsonic] Fix porfiles * [libsonic] Update version * [libsonic] Add tool feature * [libsonic] Update version
20 lines
384 B
JSON
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"
|
|
}
|
|
}
|
|
}
|