updated on Sun Jan 15 08:01:04 UTC 2012
[aur-mirror.git] / pyfmii-git / PKGBUILD
blobe0c9cba4b975524da68a321707a891189766b323
1 # Contributor: Procyon <procyon.hidden@gmail.com>
3 pkgname=pyfmii-git
4 pkgver=20090331
5 pkgrel=1
6 pkgdesc="Nine panel file manager in the style of wmii/mc"
7 url="http://github.com/Procyon2/pyfmii/tree/master"
8 license="none"
9 arch=('i686' 'x86_64')
10 makedepends=('git')
11 depends=('python')
12 _gitroot='git://github.com/Procyon2/pyfmii.git'
13 _gitname='pyfmii'
14 source=()
15 md5sums=()
17 build() {
18   cd "$srcdir"
19   msg "Connecting to GIT server..."
21   if [ -d $startdir/src/$_gitname ] ; then
22     cd $_gitname && git pull origin
23     msg "The local files are updated."
24   else
25     git clone $_gitroot
26   fi
27   msg "GIT checkout done or server timeout"
29   install -D -m755 $startdir/src/pyfmii/pyfmii $startdir/pkg/usr/bin/pyfmii
30   install -D -m644 $startdir/src/pyfmii/README $startdir/pkg/usr/share/pyfmii/README
31   install -D -m644 $startdir/src/pyfmii/README-rcfile $startdir/pkg/usr/share/pyfmii/README-rcfile