17 lines
607 B
Bash
17 lines
607 B
Bash
# Template file for 'screenkey'
|
|
pkgname=screenkey
|
|
version=0.9
|
|
revision=1
|
|
noarch=yes
|
|
wrksrc="${pkgname}-${pkgname}-${version}"
|
|
build_style=python2-module
|
|
hostmakedepends="intltool python-setuptools python-distutils-extra"
|
|
depends="pygtk"
|
|
pycompile_module="Screenkey"
|
|
short_desc="A screencast tool to display your keys"
|
|
maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
|
|
license="GPL-3"
|
|
homepage="http://www.thregr.org/~wavexx/software/screenkey/"
|
|
distfiles="https://github.com/wavexx/${pkgname}/archive/${pkgname}-${version}.tar.gz"
|
|
checksum=20f0b5415906cfb5cf41ca4f61c4ca22d4a13413aed87980d4d1a03dc92e7157
|