# Maintainer: Paul Weingardt # Contributor: TDY pkgname=git-cola pkgver=2.1.2 pkgrel=1 pkgdesc="A powerful GUI for Git" arch=('any') url="http://git-cola.github.com/" license=('GPL') depends=('git' 'python-pyqt4>=4.4' 'icu') makedepends=('asciidoc' 'docbook-xsl' 'rsync' 'xmlto' 'python-sphinx>=1.1.3') optdepends=('python-pyinotify>=0.7.1: for inotify support' 'tk: to use the built-in ssh-askpass handler') options=('!makeflags') source=("https://github.com/git-cola/git-cola/archive/v$pkgver.zip") sha256sums=('16fff73d2fd30bebdecce6f6179e87d6a03304e98819177de06055ead74d0f69') build() { cd "$srcdir/${pkgname}-$pkgver" make all doc html } package() { cd "$srcdir/${pkgname}-$pkgver" make prefix=/usr DESTDIR="$pkgdir" install{,-doc,-html} }