18 lines
545 B
Bash
18 lines
545 B
Bash
# Template file for 'tzupdate'
|
|
pkgname=tzupdate
|
|
version=2.0.0
|
|
revision=1
|
|
archs=noarch
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-setuptools python3-requests"
|
|
short_desc="Set the system timezone based on IP geolocation"
|
|
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
|
license="MIT"
|
|
homepage="https://github.com/cdown/tzupdate"
|
|
distfiles="https://github.com/cdown/tzupdate/archive/${version}.tar.gz"
|
|
checksum=e5103126c51b80a10e62007ee5282c058304757537b8dfe20e3a9c2403b412d8
|
|
|
|
post_instal() {
|
|
vlicense LICENSE
|
|
}
|