# Template file for 'xdo' pkgname=xdo version=0.5.4 revision=1 build_style=gnu-makefile makedepends="libxcb-devel xcb-util-wm-devel" short_desc="Small X utility to perform elementary actions on windows" maintainer="bra1nwave " license="BSD" homepage="https://github.com/baskerville/xdo" distfiles="https://github.com/baskerville/${pkgname}/archive/${version}.tar.gz" checksum=26c563b4885dba20b19afa09a7b0e65f1381d634b0fdf3a2900dfc5e780d7de4 post_extract() { sed -i 's/^\(CFLAGS *+=\)/override \1/' Makefile } post_install() { vlicense LICENSE }