summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAlex Butler <alexheretic@gmail.com>2018-05-31 14:31:18 +0100
committerAllan McRae <allan@archlinux.org>2018-08-10 12:37:19 +1000
commit0cbb128818726e4d41964ea8df8c42ee37697ef7 (patch)
tree521991b426d01b654089ec32e9367e6f6b20d50d /doc
parentfd16da2ed68aa7f89ad37701bcf7674b7bb14b2d (diff)
downloadpacman-0cbb128818726e4d41964ea8df8c42ee37697ef7.tar.xz
Add lz4 compression support to makepkg
Adds opt-in lz4 compression of *pkg.tar files with makepkg. This is nice to have as an option for very fast compression and is already installed with libarchive. Signed-off-by: Alex Butler<alexheretic@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/makepkg.conf.5.asciidoc3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/makepkg.conf.5.asciidoc b/doc/makepkg.conf.5.asciidoc
index ec543db8..d27ade40 100644
--- a/doc/makepkg.conf.5.asciidoc
+++ b/doc/makepkg.conf.5.asciidoc
@@ -251,6 +251,7 @@ Options
**COMPRESSXZ=**"(xz -c -z -)"::
**COMPRESSLZO**"(lzop -q)"::
**COMPRESSLRZ=**"(lrzip -q)"::
+**COMPRESSLZ4=**"(lz4 -q)"::
**COMPRESSZ=**"(compress -c -f)"::
Sets the command and options used when compressing compiled or source
packages in the named format.
@@ -258,7 +259,7 @@ Options
**PKGEXT=**".pkg.tar.gz", **SRCEXT=**".src.tar.gz"::
Sets the compression used when making compiled or source packages.
Valid suffixes are `.tar`, `.tar.gz`, `.tar.bz2`, `.tar.xz`,
- `.tar.lzo`, `.tar.lrz`, and `.tar.Z`.
+ `.tar.lzo`, `.tar.lrz`, `.tar.lz4`, and `.tar.Z`.
Do not touch these unless you know what you are doing.