Skip to content

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.5)

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