# Maintainer: Oleg Antonyan # Contributor: Oleg Antonyan pkgname=mpz pkgver=0.0.14 pkgrel=3 pkgdesc='Music player for the large local collections' arch=('x86_64') url="https://github.com/olegantonyan/mpz" license=('GPL3') depends=('qt5-multimedia' 'qt5-x11extras' 'hicolor-icon-theme') provides=('mpz') source=(https://github.com/olegantonyan/mpz/archive/master.zip) sha256sums=('7c0448dc5e8f3fb124daee5758a94896d0fcaf43b7066e434a482cb731b58089') build() { cd $pkgname-master rm -rf build mkdir build cd build qmake-qt5 CONFIG+=release .. make } package() { cd $pkgname-master cd build make install INSTALL_ROOT=$pkgdir }