WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

TorrentZip is a program is to use standard values when creating zips to create identical files over multiple systems

License

Notifications You must be signed in to change notification settings

0-wiz-0/trrntzip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TorrentZip

This project tries to enhance the code of the original trrntzip implementation for modern systems.

Torrentzip converts zip archives to a standard format with some pre-defined values, sorting the files, and using particular compression settings so that running it on zip archives created by other tools will always result in the same output. This helps e.g. with sharing zip archives using BitTorrent (which is where the name comes from).

Installation

Requirements

  • A C compiler (e.g. gcc or clang)
  • zlib (at least version 1.2.2)
  • CMake (at least version 3.12)

Building

  • mkdir build
  • cd build
  • cmake ..
  • make
  • make install

Packages

Status

build

About

TorrentZip is a program is to use standard values when creating zips to create identical files over multiple systems

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published