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