diff options
Diffstat (limited to 'vcpkg/ports/portmidi/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/portmidi/vcpkg.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/vcpkg/ports/portmidi/vcpkg.json b/vcpkg/ports/portmidi/vcpkg.json new file mode 100644 index 0000000..e0d21bd --- /dev/null +++ b/vcpkg/ports/portmidi/vcpkg.json @@ -0,0 +1,23 @@ +{ + "name": "portmidi", + "version": "2.0.6", + "port-version": 1, + "description": "PortMidi is a cross platform (Windows, macOS, Linux, and BSDs which support alsalib) library for interfacing with operating systems' MIDI I/O APIs.", + "homepage": "https://github.com/PortMidi/portmidi", + "license": "MIT", + "supports": "!uwp", + "dependencies": [ + { + "name": "alsa", + "platform": "linux | android | freebsd | openbsd" + }, + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |