forked from kiss-community/repo
.. | ||
build | ||
checksums | ||
README | ||
sources | ||
version |
bzip2
________________________________________________________________________________
bzip2 is a free and open-source file compression program that uses the
Burrows–Wheeler algorithm. It only compresses single files and is not a file
archiver. It is developed by Julian Seward and maintained by Federico Mena. [0]
Upstream: https://www.sourceware.org/bzip2/
[000] Index
________________________________________________________________________________
* Installation ........................................................... [001]
* Setup .................................................................. [002]
* Usage .................................................................. [003]
* References ............................................................. [004]
[001] Installation
________________________________________________________________________________
+------------------------------------------------------------------------------+
| |
| $ kiss b bzip2 |
| |
+------------------------------------------------------------------------------+
[002] Setup
________________________________________________________________________________
To use bzip2 as the package manager's compression method for build tarballs, set
the environment variable KISS_COMPRESS to 'bz2'. If bzip2 will not be used as
the package manager's compression method, no such setup is required.
[003] Usage
________________________________________________________________________________
Refer to the manual pages and command help output.
[004] References
________________________________________________________________________________
[0] https://en.wikipedia.org/wiki/Bzip2