# Contributor (Arch): Eugenio M. Vigo <emvigo@gmail.com> # Contributor (Arch): speps <speps dot aur dot archlinux dot org> # Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe> pkgname=pumpa pkgver=0.9.2 pkgrel=1 pkgdesc="simple pump.io client written in C++ and Qt" arch=('i686' 'x86_64' 'armv7h') url="http://pumpa.branchable.com" license=('GPL3') depends=('qt5-base' 'aspell' 'hicolor-icon-theme' 'tidy' 'desktop-file-utils') makedepends=('git') source=(${pkgname}-${pkgver}::git://pumpa.branchable.com/#tag=v${pkgver}) sha256sums=('SKIP') build() { cd $pkgname-$pkgver qmake PREFIX=/usr make } package() { cd $pkgname-$pkgver make INSTALL_ROOT="$pkgdir/" install }