Initial commit

This commit is contained in:
2026-03-21 12:43:00 -05:00
commit 83bf16823c
438 changed files with 33617 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
ZONEINFO=$DESTDIR/usr/share/zoneinfo
mkdir -pv $ZONEINFO/{posix,right}
for tz in etcetera southamerica northamerica europe africa antarctica \
asia australasia backward; do
zic -L /dev/null -d $ZONEINFO ${tz}
zic -L /dev/null -d $ZONEINFO/posix ${tz}
zic -L leapseconds -d $ZONEINFO/right ${tz}
done
cp -v zone.tab zone1970.tab iso3166.tab $ZONEINFO
zic -d $ZONEINFO -p America/New_York
unset ZONEINFO tz
+21
View File
@@ -0,0 +1,21 @@
[package]
name = "tzdata"
version = "2025c"
revision = 1
description = "Time Zone Data"
homepage = "https://www.iana.org/time-zones"
license = "LicenseRef-tz"
[[source]]
url = "https://www.iana.org/time-zones/repository/releases/tzdata$version.tar.gz"
sha256 = "4aa79e4effee53fc4029ffe5f6ebe97937282ebcdf386d5d2da91ce84142f957"
extract_dir = "$name-$version"
patches = []
post_extract = []
[build]
type = "custom"
[dependencies]
build = []
runtime = ["filesystem"]