# Description: window manipulation tools (git version) # URL: http://github.com/wmutils/core # Maintainer: z3bra, dev at z3bra dot org # Depends on: xorg-libxcb xorg-xcb-util name=wmutils-opt version=git-140f467 release=2 source=() gitsource=git://github.com/wmutils/opt build() { cd $PKGMK_SOURCE_DIR if cd $name; then git reset --hard git pull $gitsource else git clone $gitsource $name cd $name fi git checkout $sversion make DESTDIR=$PKG PREFIX=/usr MANPREFIX=/usr/share/man install } # vim: set ft=sh ts=4 et: