diff options
Diffstat (limited to 'vcpkg/ports/portaudio/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/portaudio/vcpkg.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/vcpkg/ports/portaudio/vcpkg.json b/vcpkg/ports/portaudio/vcpkg.json new file mode 100644 index 0000000..6b9f8fe --- /dev/null +++ b/vcpkg/ports/portaudio/vcpkg.json @@ -0,0 +1,23 @@ +{ + "name": "portaudio", + "version": "19.7", + "port-version": 7, + "description": "PortAudio Portable Cross-platform Audio I/O API PortAudio is a free, cross-platform, open-source, audio I/O library. It lets you write simple audio programs in 'C' or C++ that will compile and run on many platforms including Windows, Macintosh OS X, and Unix (OSS/ALSA). It is intended to promote the exchange of audio software between developers on different platforms. Many applications use PortAudio for Audio I/O.", + "homepage": "https://www.portaudio.com", + "license": "MIT", + "supports": "!uwp", + "dependencies": [ + { + "name": "jack2", + "platform": "!ios & !osx & !windows" + }, + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |