Files
void-packages/srcpkgs/sendmidi/template
2024-04-11 16:30:12 +02:00

27 lines
765 B
Bash

# Template file for 'sendmidi'
pkgname=sendmidi
version=1.3.0
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=cb3404c24c6f66c3cbae5e8a62070470faf89932d9141cfa2dc7acdae30a9d87
do_build() {
export JUCE_LDFLAGS="$LDFLAGS"
make ${makejobs} CONFIG=Release V=1
}
do_install() {
vbin build/sendmidi
vdoc "${wrksrc}/README.md"
}