# Description: XCB utility functions for the X resource manager # URL: https://github.com/Airblader/xcb-util-xrm # Maintainer: Chris Farrell, timcowchip at gorge dot net # Depends on: name=xcb-util-xrm version=1.3 release=1 source=(https://github.com/Airblader/xcb-util-xrm/releases/download/v${version}/${name}-${version}.tar.gz) build() { cd ${name}-${version} ./configure --prefix=/usr make make DESTDIR=$PKG install }