void-packages/srcpkgs/xdo/template
bra1nwave b7a228173f New package: xdo-0.5
Rename fix-1779.patch to fix-cflags.patch
2016-01-10 19:53:07 +01:00

16 lines
504 B
Bash

# Template file for 'xdo'
pkgname=xdo
version=0.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=2686cfbe3727586fae770a033731a92abd35146951961a5e0bf781288296566a
post_install() {
vlicense LICENSE
}