repo/core/bzip2/README

49 lines
1.9 KiB
Plaintext
Raw Normal View History

2021-08-26 04:22:10 +00:00
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