mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 10:05:19 +08:00
a35b42633c
* [portmidi] add osx support * [portmidi] replace CONTROL with vcpkg.json * [portmidi] Introduce "port-version": 1 * [portmidi] quote all path strings * [portmidi] update version database * [portmidi] make use of ${PORT} Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
9 lines
256 B
JSON
9 lines
256 B
JSON
{
|
|
"name": "portmidi",
|
|
"version-string": "0.234",
|
|
"port-version": 1,
|
|
"description": "Free, cross-platform, open-source I/O library for MIDI",
|
|
"homepage": "https://sourceforge.net/projects/portmedia/",
|
|
"supports": "windows & osx & !uwp & !arm"
|
|
}
|