# Description: print title of active X window # URL: https://github.com/baskerville/xtitle # Maintainer: John Vogel, jvogel4 at stny dot rr dot com # Depends on: xorg-libxcb xorg-xcb-util xorg-xcb-util-wm name=xtitle version=0.4.4 release=1 source=(https://github.com/baskerville/$name/archive/$version/$name-$version.tar.gz) build() { cd $name-$version make make PREFIX=/usr DESTDIR=$PKG install }