New package: pystopwatch-2012.12.24.1

This commit is contained in:
Christian Neukirchen 2014-07-06 20:15:54 +02:00
parent 2c2fe5e427
commit 4938028d27

View File

@ -0,0 +1,18 @@
# Template file for 'pystopwatch'
pkgname=pystopwatch
version=2012.12.24.1
noarch=yes
revision=1
depends="python pygtk librsvg"
short_desc="A GTK2+ stopwatch written in Python"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
license="GPL-2"
homepage="http://xyne.archlinux.ca/projects/pystopwatch"
distfiles="http://xyne.archlinux.ca/projects/${pkgname}/src/${pkgname}-${version}.tar.xz"
checksum=d74b6b6e5263e40ce45c0333df1f44e618d87a967d02e0c911782b3ebfdd2a94
do_install() {
vbin pystopwatch
gunzip man/pystopwatch.1.gz
vman man/pystopwatch.1
}