summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: a9f237cca470d514130549530e82e9afc23a24c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Maintainer: Chris Down <chris@chrisdown.name>

pkgname=tzupdate
pkgver=2.0.0
pkgrel=1
pkgdesc='Set the system timezone based on IP geolocation'
url=http://github.com/cdown/tzupdate
arch=(any)
license=('Public Domain')
depends=(python python-setuptools)
source=("https://github.com/cdown/tzupdate/archive/${pkgver}.zip")
md5sums=('2b59ff06b158a0735abb3cbe4d6a84fc')

package() {
    cd "${srcdir?}/$pkgname-$pkgver" || return 1
    python setup.py install --root="${pkgdir?}"
}