# Maintainer: George Hilliard pkgname=receivemidi _pkgname=ReceiveMIDI pkgver=1.3.1 pkgrel=1 pkgdesc="Multi-platform command-line tool to monitor and receive MIDI messages " arch=('i686' 'x86_64') url="https://github.com/gbevin/ReceiveMIDI" license=('GPL3') depends=('alsa-lib' 'curl') source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz") sha256sums=('54697ad1a723eea5e3f19ec3bf153795e765b278953dde8be7f350001637bc0a') build() { cd "$srcdir/$_pkgname-$pkgver/Builds/LinuxMakefile" make } package() { cd "$srcdir/$_pkgname-$pkgver/Builds/LinuxMakefile/build" install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname" } # vim:set ts=2 sw=2 et: