# Description: Print X window information # URL: https://github.com/baskerville/xwinfo # Maintainer: John Vogel, jvogel4 at stny dot rr dot com # Depends on: xorg-libxcb xorg-xcb-util-wm name=xwinfo version=6cd58a9 release=1 source=(https://github.com/baskerville/xwinfo/archive/$version/$name-$version.tar.gz) build() { cd $name-${version}* make make PREFIX=/usr DESTDIR=$PKG install # fix permissions chmod -R g-w $PKG/* }