updated on Thu Jan 19 20:01:47 UTC 2012
[aur-mirror.git] / pacatatime-git / PKGBUILD
blob16e99cfd1faaf0056bdec2d1192185cae1a30823
1 pkgname=pacatatime-git
2 pkgver=20090616
3 pkgrel=1
4 pkgdesc="A wrapper on pacman that install few packages at a time. This is good if you have little free space (like I do on my Eee)"
5 url="http://github.com/boyska/pacatatime/"
6 arch=('i686' 'x64')
7 license=('GPL')
8 depends=('python' 'pacman')
9 makedepends=('git')
10 source=()
12 _gitroot="git://github.com/boyska/pacatatime.git"
13 _gitname="pacatatime"
14 _gitbranch="master"
17 build() {
18   msg "Connecting to git.freedesktop.org GIT server...."
20   if [ -d ${srcdir}/$_gitname ] ; then
21   cd $_gitname && git pull origin
22   msg "The local files are updated."
23   else
24   git clone $_gitroot
25   fi
27   msg "GIT checkout done or server timeout"
28   msg "Starting make..."
30   #git clone $_gitname $_gitname-build
31   #cd ${srcdir}/$_gitname-build
32   cd ${srcdir}/$_gitname
34   git checkout "remotes/origin/$_gitbranch"
37   install -D pacatatime.py "$pkgdir/usr/bin/pacatatime"