1 # Contributor: Kyle Keen <keenerd@gmail.com>
5 pkgdesc="A DE (without wm), at one time based on Anitco."
6 url="http://razor-qt.sf.net"
10 optdepends=('openbox: best supported WM'
11 'eggwm: also well supported WM'
12 '-wm: any WM should work, really')
13 makedepends=('git' 'cmake')
17 _gitroot="git://github.com/Razor-qt/razor-qt.git"
22 msg "Connecting to github..."
24 if [ -d "$srcdir"/${_gitname} ] ; then
25 cd ${_gitname} && git pull origin
26 msg "The local files are updated."
28 git clone --depth 1 ${_gitroot}
31 msg "GIT checkout done or server timeout"
32 msg "Starting make..."
34 cd "$srcdir/$_gitname"
36 cmake -DCMAKE_INSTALL_PREFIX=/usr
41 cd "$srcdir/$_gitname"
42 make DESTDIR="$pkgdir/" install