20 lines
590 B
Bash
20 lines
590 B
Bash
# Template file for 'pystopwatch'
|
|
pkgname=pystopwatch
|
|
version=2018.11
|
|
revision=1
|
|
archs=noarch
|
|
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=cda5e209d82106287796e19c1738f3ca9cc79773b345909cd802ecbf62539639
|
|
|
|
do_install() {
|
|
vbin pystopwatch
|
|
gunzip man/pystopwatch.1.gz
|
|
vman man/pystopwatch.1
|
|
}
|