pineapple/externals/vcpkg/ports/jack2/vcpkg.json
2022-07-23 03:01:36 +02:00

18 lines
394 B
JSON
Executable file

{
"name": "jack2",
"version-semver": "1.9.21",
"description": "Cross-platform API that enables device sharing and inter-application audio routing",
"homepage": "https://jackaudio.org/",
"license": "GPL-2.0",
"supports": "!uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}