# Maintainer: Martchus _name=tagparser pkgname=tagparser-git pkgver=59.8cc75e1 pkgrel=1 arch=('i686' 'x86_64') pkgdesc="C++ library for reading and writing MP4 (iTunes), ID3, Vorbis and Matroska tags." license=('GPL') depends=('c++utilities') makedepends=('qt5-base') provides=('videodownloader') conflicts=('videodownloader') url="https://github.com/Martchus/tagparser" source=("${pkgname}::git://github.com/Martchus/tagparser.git") _reponame=tagparser sha256sums=('SKIP') pkgver() { cd "${srcdir}/${pkgname}" echo "$(git rev-list --count HEAD).$(git rev-parse --short HEAD)" } build() { cd "${srcdir}/${pkgname}" INSTALL_ROOT=$pkgdir/usr/ qmake-qt5 "$_name.pro" make -j 4 } package() { cd "${srcdir}/${pkgname}" make install }