From 0cbb128818726e4d41964ea8df8c42ee37697ef7 Mon Sep 17 00:00:00 2001 From: Alex Butler Date: Thu, 31 May 2018 14:31:18 +0100 Subject: 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 Signed-off-by: Allan McRae --- etc/makepkg.conf.in | 1 + 1 file changed, 1 insertion(+) (limited to 'etc') 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 -- cgit v1.2.3-54-g00ecf