19 lines
574 B
Bash
19 lines
574 B
Bash
# Template file for 'pystopwatch'
|
|
pkgname=pystopwatch
|
|
version=2019
|
|
revision=2
|
|
makedepends="pygtk-devel librsvg-devel"
|
|
depends="python pygtk librsvg"
|
|
short_desc="GTK2+ stopwatch written in Python"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
license="GPL-2.0-only"
|
|
homepage="http://xyne.archlinux.ca/projects/pystopwatch"
|
|
distfiles="http://xyne.archlinux.ca/projects/${pkgname}/src/${pkgname}-${version}.tar.xz"
|
|
checksum=387562cd9310be8a2383b5719ed2d7a32f74810f83d71eacb428301ed01da47a
|
|
|
|
do_install() {
|
|
vbin pystopwatch
|
|
gunzip man/pystopwatch.1.gz
|
|
vman man/pystopwatch.1
|
|
}
|