Re: [pacman-dev] [PATCH] Add lz4 compression support to makepkg

2018-06-04 Thread Alex Butler
On 4 June 2018 at 08:48, Allan McRae wrote: > On 31/05/18 23:31, Alex Butler wrote: > > 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. > > >

[pacman-dev] [PATCH] Add lz4 compression support to makepkg

2018-05-31 Thread Alex Butler
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 --- doc/makepkg.conf.5.asciidoc| 3 ++- etc/makepkg.conf.in| 1 + scripts

[pacman-dev] [PATCH] Add lz4 compression support to makepkg

2018-05-31 Thread Alex Butler
Adds opt-in lz4 compression of *pkg.tar files with makepkg.This is niceto have as an option for very fast compressionand is already installedwith libarchive.Signed-off-by: Alex Butler --- doc/makepkg.conf.5.asciidoc| 3 ++- etc/makepkg.conf.in| 1 + scripts

[pacman-dev] [PATCH] makepkg: add lz4 compression support

2017-09-12 Thread Alex Butler
Adds opt-in lz4 compression of *pkg.tar files with makepkg. This is nice to have as an option for very fast compression. Signed-off-by: Alex Butler <alexhere...@gmail.com> --- etc/makepkg.conf.in | 1 + scripts/makepkg.sh.in | 1 + 2 files changed, 2 insertions(+) diff --git