From 4938028d2784f0a3377894d6d5d78dcf21021242 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Sun, 6 Jul 2014 20:15:54 +0200 Subject: [PATCH] New package: pystopwatch-2012.12.24.1 --- srcpkgs/pystopwatch/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/pystopwatch/template 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 +}