2016-01-10 12:36:21 +00:00
|
|
|
# Template file for 'xdo'
|
|
|
|
pkgname=xdo
|
2016-06-02 11:32:26 +00:00
|
|
|
version=0.5.3
|
2016-01-10 12:36:21 +00:00
|
|
|
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"
|
2016-06-02 11:32:26 +00:00
|
|
|
checksum=fd63f2bbd1bd4a8838778b65046e2458e81dd2beb36a38aca47d852084d29376
|
2016-03-16 04:44:35 +00:00
|
|
|
|
|
|
|
post_extract() {
|
|
|
|
sed -i 's/^\(CFLAGS *+=\)/override \1/' Makefile
|
|
|
|
}
|
2016-01-10 12:36:21 +00:00
|
|
|
|
|
|
|
post_install() {
|
|
|
|
vlicense LICENSE
|
|
|
|
}
|