From 7bbf2470bbdc46089dec1eb4c2328d0c87ba594f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 3 Aug 2020 12:39:30 +0200 Subject: Resolve (datetime instance) TODO with ./configure? Tried adding a ./configure script, which mostly is responsible for downloading a default zoneinfo file, and setting up the environment for the program. I have for quite a while thought about having a configure system for things like these, but also for setting up default paths. Let's see if it works out. --- tzget | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tzget') diff --git a/tzget b/tzget index 1fd2340a..bd81e4b7 100755 --- a/tzget +++ b/tzget @@ -1,5 +1,10 @@ #!/bin/bash +# Downloads zoneinfo files if not already present +# echos 2 lines, +# - the directory with the zoneinfo files +# - the names of the zoneinfo files to be parsed + CACHE_DIR=${CACHE_DIR:-~/.cache/calp} RELEASE=2020a TZ_SRC="https://github.com/eggert/tz/archive/$RELEASE.tar.gz" -- cgit v1.2.3