updated on Wed Jan 11 16:09:51 UTC 2012
[aur-mirror.git] / ct / PKGBUILD
blob99bb0175332e8fcd633e682fbe4adc7f0bd7d3a8
1 # Contributor: Daniel Ehlers <danielehlers@mindeye.net>
2 pkgname=ct
3 pkgver=0.4
4 license=GPL2
5 pkgrel=1
6 pkgdesc="Commit Tool or (h)gct is a GUI enabled commit tool for Git and Mercurial (hg)."
7 url="http://www.cyd.liu.se/~freku045/gct/"
8 depends=('pyqt' 'python')
9 source=(http://www.cyd.liu.se/~freku045/gct/$pkgname-$pkgver.tar.gz)
10 md5sums=('a3542fddf5f4ffb1d7b37439c88c815f')
12 build () {
13   cd $startdir/src/$pkgname-$pkgver
14   make
15   install -d $startdir/pkg/usr/bin
16   make PREFIX=$startdir/pkg/usr install