1 # Contributor: Alex Brown <alexpbrown9@gmail.com>
5 pkgdesc="A non-wimp window manager for X11 based loosely on EvilWM and RatPoison "
7 url="http://clivecrous.lighthouseapp.com/projects/11269/home"
9 depends=('libx11' 'libxinerama')
11 provides=('evilpoison')
15 _gitroot="git://github.com/clivecrous/evilpoison.git"
21 msg "Connecting to GIT server..."
22 if [[ -d $_gitname ]]; then
23 (cd $_gitname && git pull origin)
25 git clone $_gitroot $_gitname
27 msg "GIT checkout done or server timeout"
29 msg "Starting make..."
33 install -D -m775 src/evilpoison $startdir/pkg/usr/bin/evilpoison
34 install -D -m644 doc/README $startdir/pkg/usr/share/licenses/$pkgname/README