1 # Maintainer: Army <uli armbruster who uses the google mail service>
6 pkgdesc="a very minimal and lightweight dynamic tiling window manager using xcb"
8 url="https://github.com/moetunes/Be_Lucky_Window_Manager"
13 _gitroot="https://github.com/moetunes/Be_Lucky_Window_Manager.git"
18 msg "Connecting to GIT server...."
20 if [ -d ${_gitname} ] ; then
21 cd ${_gitname} && git pull origin
22 msg "The local files are updated."
24 git clone ${_gitroot} ${_gitname}
26 msg "GIT checkout done or server timeout"
27 msg "Starting make..."
29 rm -rf "${srcdir}/${_gitname}-build"
30 cp -a "${srcdir}/${_gitname}" "${srcdir}/${_gitname}-build"
31 cd "${srcdir}/${_gitname}-build"
33 if test -e $startdir/config.h
35 msg "use custom config.h"
36 cp ${startdir}/config.h .
38 msg "use default config.h"
39 cp config.def.h config.h
46 cd "${srcdir}/${_gitname}-build"
47 make PREFIX="${pkgdir}/usr" install