1 # Maintainer: Simon Klee <simon@simonklee.org>
6 pkgdesc="redoc - an interface to the Redis documentation"
10 url="http://github.com/simonz05/redoc"
14 _gitroot="git://github.com/simonz05/redoc.git"
19 msg "Connecting to the GIT server...."
21 if [[ -d $srcdir/$_gitname ]] ; then
24 msg "The local files are updated."
26 git clone $_gitroot $_gitname
29 msg "GIT checkout done"
30 msg "Starting make..."
32 git clone $srcdir/$_gitname $srcdir/$_gitname-build
33 cd $srcdir/$_gitname-build
36 make DESTDIR=$pkgdir install
38 rm -rf $srcdir/$_gitname-build