15 lines
544 B
Bash
15 lines
544 B
Bash
# Template file for 'tzupdate'
|
|
pkgname=tzupdate
|
|
version=1.1.0
|
|
revision=1
|
|
noarch=yes
|
|
build_style=python2-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=ac11268af598663d06bdb126a5437c2bf379542aa3dc93b825e64f11c5453c3d
|