void-packages/srcpkgs/tzupdate/template
2022-03-03 23:16:09 +01:00

20 lines
558 B
Bash

# Template file for 'tzupdate'
pkgname=tzupdate
version=2.1.0
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
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=8e0f81d04143fd89a1300155bb99baeb46d5f6b3df49b96361f9026ff55eaec9
# tests require httpretty, not in repos
make_check=no
post_instal() {
vlicense LICENSE
}