pkgname=tageditor pkgver=1.1.5 pkgrel=1 arch=('i686' 'x86_64') pkgdesc="Library for reading and editing meta-data of several media formats." license=('GPL') depends=('qt5-base' 'qt5-script' 'qt5-webkit' 'qtutilities' 'tagparser') makedepends=('qt5-tools') install=${pkgname}.install url="https://github.com/Martchus/tageditor" source=("tageditor-${pkgver}.tar.gz::https://github.com/Martchus/tageditor/archive/v${pkgver}.tar.gz") _reponame=tageditor sha256sums=('3f928ba196940cc539d0af752b69339a') # head end build() { cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}" INSTALL_ROOT=$pkgdir/usr/ qmake-qt5 "$pkgname.pro" -r -spec linux-g++ make } package() { cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}" make install }