repo/core/bzip2/README

49 lines
1.9 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

bzip2
________________________________________________________________________________
bzip2 is a free and open-source file compression program that uses the
BurrowsWheeler 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