vp-build/srcpkgs/pystopwatch/template

20 lines
602 B
Bash

# Template file for 'pystopwatch'
pkgname=pystopwatch
version=2012.12.24.1
revision=1
noarch=yes
makedepends="pygtk-devel librsvg-devel"
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
}