Merge pull request #2575 from diogoleal/xbanish

New package: xbanish-1.4
This commit is contained in:
Juan RP 2015-09-26 05:56:44 +02:00
commit a5573b310a

19
srcpkgs/xbanish/template Normal file
View file

@ -0,0 +1,19 @@
# Template file for 'xbanish'
pkgname=xbanish
version=1.4
revision=1
build_style=gnu-makefile
makedepends="libXfixes-devel libXt-devel libXi-devel libX11-devel"
short_desc="Banish the mouse cursor when typing, show it again when the mouse moves"
maintainer="Diogo Leal <diogo@diogoleal.com>"
license="BSD"
homepage="https://github.com/jcs/xbanish"
distfiles="https://github.com/jcs/xbanish/archive/v${version}.tar.gz"
checksum=df90d1fe2c2215e0bdfd3b6a3151ac29553248abd293f428760f8015e82d8c64
do_install(){
vbin xbanish
vman xbanish.1
head -27 xbanish.c > LICENSE
vlicense LICENSE
}