void-packages/srcpkgs/xdo/template
2017-01-31 11:05:32 +01:00

20 lines
576 B
Bash

# Template file for 'xdo'
pkgname=xdo
version=0.5.5
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=ca198d908f10a3a647127e24a1d0696a9748d78e3a43f30485efc9ce824aece6
post_extract() {
sed -i 's/^\(CFLAGS *+=\)/override \1/' Makefile
}
post_install() {
vlicense LICENSE
}