16 lines
543 B
Bash
16 lines
543 B
Bash
# Template file for 'tzupdate'
|
|
pkgname=tzupdate
|
|
version=0.5.0
|
|
revision=1
|
|
noarch=yes
|
|
build_style=python-module
|
|
hostmakedepends="python-setuptools"
|
|
depends="python-setuptools python-requests"
|
|
pycompile_module="tzupdate.py"
|
|
short_desc="Set the system timezone based on IP geolocation"
|
|
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
|
license="Public domain"
|
|
homepage="https://github.com/cdown/tzupdate"
|
|
distfiles="https://github.com/cdown/tzupdate/archive/${version}.tar.gz"
|
|
checksum=55f3ae120ca70fcdb1d0a9c53664aaad0f6e8787e6c9902edfdfb486cc4c0bfb
|