summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: d64a0694c8409fcd16e1a05743f46e40129c305d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Maintainer: Frederik “Freso” S. Olesen <archlinux@freso.dk>
# Contributor: Bartłomiej Piotrowski <bpiotrowski@archlinux.org>

pkgname=gtimelog
pkgver=0.9.1
pkgrel=5
pkgdesc='Small GTK+ app for keeping track of your time'
arch=('any')
url='https://gtimelog.org/'
license=('GPL')
depends=('python' 'python-gobject' 'python-setuptools')
source=("https://pypi.python.org/packages/source/g/$pkgname/$pkgname-${pkgver}.tar.gz")
md5sums=('5e95d0e968ad24778e0ae9fee748d73f')

package() {
  cd "$pkgname-$pkgver"
  python setup.py install --root="$pkgdir" --optimize=1
}