void-packages/srcpkgs/xdo/template
2021-08-22 16:38:22 +07:00

21 lines
586 B
Bash

# Template file for 'xdo'
pkgname=xdo
version=0.5.7
revision=3
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-2-Clause"
homepage="https://github.com/baskerville/xdo"
distfiles="https://github.com/baskerville/${pkgname}/archive/${version}.tar.gz"
checksum=b661229f0457939d3867cca1664c5671ae959b309feb58abe9142229c8c7ffb4
post_extract() {
vsed -i 's/^\(CFLAGS *+=\)/override \1/' Makefile
}
post_install() {
vlicense LICENSE
}