17 lines
504 B
Bash
17 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
|
||
|
}
|