1
0
Fork 0

Merging upstream version 1.12~rc1.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-24 06:02:28 +01:00
parent 411f37263d
commit d5110769e8
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
29 changed files with 1120 additions and 662 deletions

18
zutils.conf Normal file
View file

@ -0,0 +1,18 @@
#
# Runtime Configuration file for Zutils
#
# Zutils looks for this file in:
# 1 - $XDG_CONFIG_HOME/zutils.conf
# 2 - ${sysconfdir}/zutils.conf
# XDG_CONFIG_HOME defaults to $HOME/.config
# This file sets the compressor and options to be used for each format.
# The command line options override compressors specified in this file.
# Syntax: <format> = <compressor> [options]
# Uncomment each line you want to take effect.
# bz2 = lbzip2 -n2
# gz = pigz -p2
# lz = plzip -n2
# xz = pixz -p2
# zst = zstd -T2