diff --git a/srcpkgs/key-mon/template b/srcpkgs/key-mon/template new file mode 100644 index 00000000000..d87d2232ff9 --- /dev/null +++ b/srcpkgs/key-mon/template @@ -0,0 +1,20 @@ +# Template file for 'key-mon' +pkgname=key-mon +version=1.17 +revision=1 +build_style=python-module +hostmakedepends="python" +depends="dbus-glib pygtk python-dbus python-xlib" +short_desc="Utility to show live keyboard and mouse status" +maintainer="Enno Boland " +license="Apache License 2.0" +homepage="https://code.google.com/p/key-mon" +distfiles="https://key-mon.googlecode.com/files/${pkgname}-${version}.tar.gz" +checksum=b8d029b375e7f876d44db6b72ed3e7e6c0372a9e9dc21ea85d9055cc7a033fd2 + +post_install() { + vmkdir usr/share/applications + vmkdir usr/share/pixmaps + vinstall icons/key-mon.desktop 644 usr/share/applications + vinstall icons/key-mon.xpm 644 usr/share/pixmaps +}