{% set version = "2022g" %} package: name: tzcode version: {{ version }} source: url: https://data.iana.org/time-zones/releases/tzdb-{{ version }}.tar.lz sha256: 579013083a7b0fd8d71b02a69f062fa96c7b34b6a96646293f60ba9e1105bd2b build: number: 0 skip: true # [win] requirements: build: - {{ compiler('c') }} - sysroot_linux-64 2.17 # [linux64] - lzip - make host: run: test: commands: - tzselect --help - zdump --help - zic --help # make sure we didn't install the data - test ! -f "${PREFIX}/share/zoneinfo" about: home: https://www.iana.org/time-zones license: BSD-3-Clause license_family: BSD license_file: LICENSE summary: The Time Zone Database (often called tz or zoneinfo) code description: | The Time Zone Database (often called tz or zoneinfo) contains code (this package) and data (the tzdata package) that represent the history of local time for many representative locations around the globe. It is updated periodically to reflect changes made by political bodies to time zone boundaries, UTC offsets, and daylight-saving rules. doc_url: https://tools.ietf.org/html/rfc6557 extra: recipe-maintainers: - sodre - ocefpaf - xylar