# Description: Small X utility to perform elementary actions on windows # URL: https://github.com/baskerville/xdo # Maintainer: KRAK3N Team, extra ports at krak3n dot my # Depends on: xcb-util-wm xcb-util name=xdo version=0.5.7 release=1 source=(https://github.com/baskerville/${name}/archive/${version}/${name}-${version}.tar.gz) build() { cd ${name}-${version} make PREFIX=/usr make PREFIX=/usr DESTDIR=$PKG install }