summaryrefslogtreecommitdiff
path: root/etc
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 /etc
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 'etc')
-rw-r--r--etc/makepkg.conf.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/makepkg.conf.in b/etc/makepkg.conf.in
index e2f9b5fd..b0fdea9e 100644
--- a/etc/makepkg.conf.in
+++ b/etc/makepkg.conf.in
@@ -133,6 +133,7 @@ COMPRESSXZ=(xz -c -z -)
COMPRESSLRZ=(lrzip -q)
COMPRESSLZO=(lzop -q)
COMPRESSZ=(compress -c -f)
+COMPRESSLZ4=(lz4 -q)
#########################################################################
# EXTENSION DEFAULTS