pkgname=minitube pkgver=2.5.2 pkgrel=1 pkgdesc="A native YouTube client in QT. Watch YouTube videos without Flash Player" arch=('x86_64') url="http://flavio.tordini.org/minitube" license=('GPL') depends=('qt5-base' 'phonon-qt5' 'phonon-qt5-backend-vlc' 'qt5-script' 'qt5-tools') categories=('multimedia') install=${pkgname}.install screenshot="http://flavio.tordini.org/files/minitube/minitube-01.jpg" source=("https://github.com/flaviotordini/${pkgname}/archive/${pkgver}.tar.gz") sha512sums=('4001ea95e6d3b541e9a8a2555830238f6e3a0b4749566dfd67ae48fdc6102ec77a38e162e04fb2637cc5ff2b3dccdca541119531302332ffa3b90d9db8809284') build() { cd "${srcdir}/${pkgname}-${pkgver}" qmake-qt5 "DEFINES += APP_GOOGLE_API_KEY=AIzaSyBt58M-8FXF3Rwj5hmK2k4ATbkqBk8c-JA" } package() { cd "${srcdir}/${pkgname}-${pkgver}" make install INSTALL_ROOT="${pkgdir}" }