void-packages/srcpkgs/xdo/template
bra1nwave 430ed91532 xdo: update to 0.5.6.
Closes: #6945 [via git-merge-pr]
2017-07-03 22:28:49 -07:00

20 lines
576 B
Bash

# Template file for 'xdo'
pkgname=xdo
version=0.5.6
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 <brainwave@openmailbox.org>"
license="BSD"
homepage="https://github.com/baskerville/xdo"
distfiles="https://github.com/baskerville/${pkgname}/archive/${version}.tar.gz"
checksum=cd2c1a672a02f288cfc08a05a0aadc716a170e27332d9db9d39d1ab7717f3a18
post_extract() {
sed -i 's/^\(CFLAGS *+=\)/override \1/' Makefile
}
post_install() {
vlicense LICENSE
}