New package: key-mon-1.17

This commit is contained in:
Enno Boland 2014-11-23 20:56:00 +01:00
parent 11c30a8373
commit 4f2e00a6e8

20
srcpkgs/key-mon/template Normal file
View file

@ -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 <eb@s01.de>"
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
}