# Maintainer: Alexey Andreyev _gitname=telepathy-tank pkgname=telepathy-tank-git pkgver=r10.5312a42 pkgrel=1 pkgdesc="Matrix connection operator for the Telepathy framework" arch=(i686 x86_64 armv7h aarch64) url="https://telepathy.freedesktop.org/" license=(GPL) depends=('telepathy-qt-git' 'qt5-matrixclient-git>=r1102.98c4168') makedepends=(cmake git) provides=(telepathy-tank) conflicts=(telepathy-tank telepathy-tank-git-wip) source=("git+https://github.com/TelepathyIM/$_gitname") md5sums=('SKIP') pkgver() { cd $_gitname printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)" } prepare() { mkdir -p build } build() { cd build cmake ../telepathy-tank \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DCMAKE_INSTALL_LIBEXECDIR=lib/telepathy \ -DCMAKE_BUILD_TYPE=Release \ -DQT_VERSION_MAJOR=5 make } package() { cd build make DESTDIR="$pkgdir" install }