1 # Maintainer: Trizen <trizenx at gmail dot com>
6 pkgdesc="Velox is a simple window manager inspired by awesome, xmonad, and dwm. It uses xcb to communicate with the X server."
8 url="http://www.ohloh.net/p/velox-wm"
10 depends=('xcb-ewmh' 'libyaml' 'libmpdclient' 'cmake')
15 _gitroot="https://github.com/michaelforney/velox.git"
19 if [ -d $_gitname ] ; then
20 cd $_gitname && git pull origin
21 msg "The local files are updated."
23 git clone $_gitroot $_gitname
26 rm -rf "$srcdir/$_gitname-build"
27 git clone "$srcdir/$_gitname" "$srcdir/$_gitname-build"
29 cmake ${_gitname}-build
31 make DESTDIR="$pkgdir/" install
32 mv $pkgdir/usr/local/* $pkgdir/usr/