pkgname=qmidictl pkgver=0.5.2 pkgrel=1 pkgdesc="A MIDI remote controller application that sends MIDI data over the network, using UDP/IP multicast." arch=('x86_64') url="https://qmidictl.sourceforge.io/" license=('GPL') depends=('qt5-base' 'qt5-tools' 'hicolor-icon-theme') categories=('multimedia' 'network') source=("https://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz") sha1sums=('249877dfdaaaf34d6b6de2b55b3066a3c1512889') build() { cd $pkgname-$pkgver ./configure --prefix=/usr make } package() { cd $pkgname-$pkgver make DESTDIR=$pkgdir install }