From 5f3bca508697951a3d70da4063f346666e80e001 Mon Sep 17 00:00:00 2001 From: Diogo Leal Date: Mon, 21 Sep 2015 06:46:02 -0300 Subject: [PATCH] New package: xbanish-1.4 --- srcpkgs/xbanish/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/xbanish/template diff --git a/srcpkgs/xbanish/template b/srcpkgs/xbanish/template new file mode 100644 index 0000000000..6c1e385e46 --- /dev/null +++ b/srcpkgs/xbanish/template @@ -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 " +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 +}