diff --git a/srcpkgs/pystopwatch/template b/srcpkgs/pystopwatch/template new file mode 100644 index 00000000000..f7b10dd42c0 --- /dev/null +++ b/srcpkgs/pystopwatch/template @@ -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 " +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 +}