27 lines
765 B
Bash
27 lines
765 B
Bash
# Template file for 'sendmidi'
|
|
pkgname=sendmidi
|
|
version=1.3.1
|
|
revision=1
|
|
build_wrksrc="Builds/LinuxMakefile"
|
|
build_style=gnu-makefile
|
|
make_build_args="CONFIG=Release"
|
|
hostmakedepends="pkg-config"
|
|
makedepends="alsa-lib-devel"
|
|
short_desc="Command-line tool to send out MIDI messages"
|
|
maintainer="Duncaen <duncaen@voidlinux.org>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://github.com/gbevin/SendMIDI"
|
|
changelog="https://github.com/gbevin/SendMIDI/releases"
|
|
distfiles="https://github.com/gbevin/SendMIDI/archive/refs/tags/${version}.tar.gz"
|
|
checksum=64faf668e3e670fb02a12ffb84172ee3fb70ef1b56804818fe0577eb66d3ec9c
|
|
|
|
do_build() {
|
|
export JUCE_LDFLAGS="$LDFLAGS"
|
|
make ${makejobs} CONFIG=Release V=1
|
|
}
|
|
|
|
do_install() {
|
|
vbin build/sendmidi
|
|
vdoc "${wrksrc}/README.md"
|
|
}
|