ziptime 0.0.0-0.2a5bc9d
Normalize `.zip' archive header timestamps
Ziptime helps make .zip
archives reproducible by replacing timestamps in the file header with a fixed time (1 January 2008).
``Extra fields'' are not changed, so you'll need to use the -X
option to zip
to prevent it from storing the ``universal time'' field.
- Outputs:
out
- Website: https://android.googlesource.com/platform/build/+/master/tools/ziptime/README.txt
- Licenses: ASL 2.0
- Package source: gnu/packages/compression.scm
- Builds: See build status
- Issues: See known issues
Installation
Install ziptime 0.0.0-0.2a5bc9d
as follows:
guix install ziptime@0.0.0-0.2a5bc9d
Or install the latest version:
guix install ziptime
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.