# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           github 1.0
PortGroup           xcode 1.0

github.setup        gbevin ReceiveMIDI 1.4.4
revision            0
checksums           rmd160  073719bb2a8ad7d82fc8ba1982fdb4a1d490664f \
                    sha256  8e89b22c599bfeafd76b598579d9c3b3a6544adc72267d29ddcd315db3d34c3b \
                    size    1575864

categories          multimedia
maintainers         {ryandesign @ryandesign} openmaintainer
license             GPL-3+

description         command line tool to receive MIDI messages from MIDI devices

long_description    ${name} a is {*}${description}. Messages can be filtered \
                    and the output can be saved to a file or piped to another \
                    program such as the companion program SendMIDI.

github.tarball_from archive

compiler.cxx_standard \
                    2017

build.dir           ${worksrcpath}/Builds/MacOSX

xcode.configuration Release

xcode.destroot.settings \
                    INSTALL_PATH=${prefix}/bin

github.livecheck.regex {([0-9.]+)}
