# -*- 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 SendMIDI 1.3.1
revision            0
checksums           rmd160  0d7af660da0c39ff9b652c792a645f95c56a3f85 \
                    sha256  64faf668e3e670fb02a12ffb84172ee3fb70ef1b56804818fe0577eb66d3ec9c \
                    size    1543191

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

description         command line tool to send MIDI messages to MIDI devices

long_description    ${name} a is {*}${description}. Messages can be specified \
                    on the command line, from a file, or piped from another \
                    program such as the companion program ReceiveMIDI.

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.]+)}
