# Maintainer: Bleuzen pkgname=olivia pkgver=r677.b853645 pkgrel=1 pkgdesc="Elegant Cloud Music Player for Linux Desktop" arch=('i686' 'x86_64') url="https://github.com/keshavbhatt/olivia" license=('MIT') depends=('qt5-base' 'qt5-tools' 'mpv' 'python' 'wget' 'socat' 'ffmpeg' 'taglib' 'pv') source=("git+https://github.com/keshavbhatt/olivia.git") sha256sums=('SKIP') pkgver() { cd "$pkgname" printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)" } build() { cd "$pkgname" qmake Olivia.pro PREFIX="$pkgdir/usr" -spec linux-g++ CONFIG+=release make } package() { cd "$pkgname" make DESTDIR="$pkgdir/usr" install }