# Description: A fast floating WM written over the XCB library and derived from mcwm # URL: http://github.com/venam/2bwm # Maintainer: z3bra, dev at z3bra dot org # Depends on: xorg-xcb-utils-wm xorg-xcb-proto xorg-xcb-util xorg-xcb-util-xrm name=2bwm version=git-50a9ca3 sversion=50a9ca3f15933d686f32650dd97eb6e217078b55 release=1 source=(config.h) build() { cd $PKGMK_SOURCE_DIR if cd $name; then git reset --hard git pull git://github.com/venam/2bwm else git clone git://github.com/venam/2bwm $name cd $name fi git checkout $sversion cp $SRC/config.h . make DESTDIR=$PKG \ PREFIX=/usr \ MANPREFIX=/usr/share/man\ install }