15 lines
547 B
Bash
15 lines
547 B
Bash
# Template file for 'tzupdate'
|
|
pkgname=tzupdate
|
|
version=1.2.0
|
|
revision=2
|
|
noarch=yes
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-setuptools python3-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=2768c8def78cd7c78d43250a9188ee1a917323bdbb5dc5c76e3419f97d9aac4e
|