aboutsummaryrefslogtreecommitdiff
path: root/srcpkgs/receivemidi/template
blob: ac829005295fd687def8d4a2b8d52506c2052a2a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Template file for 'receivemidi'
pkgname=receivemidi
version=1.4.2
revision=1
build_wrksrc="Builds/LinuxMakefile"
hostmakedepends="pkg-config"
makedepends="alsa-lib-devel"
short_desc="Command-line tool to monitor and receive MIDI messages"
maintainer="Duncaen <duncaen@voidlinux.org>"
license="GPL-3.0-or-later"
homepage="https://github.com/gbevin/ReceiveMIDI"
changelog="https://github.com/gbevin/ReceiveMIDI/releases"
distfiles="https://github.com/gbevin/ReceiveMIDI/archive/refs/tags/${version}.tar.gz"
checksum=f53f079287bae5448636b6434a27aeabde6a0bc5cdc21e7567ce6fd252ca26d2

do_build() {
	export JUCE_LDFLAGS="$LDFLAGS"
	make ${makejobs} CONFIG=Release V=1
}

do_install() {
	vbin build/receivemidi
	vdoc "${wrksrc}/README.md"
	vdoc "${wrksrc}/JAVASCRIPT.md"
}