commit 0726718745a9b908328139deb8eabb3b265369d6 parent eab144ed76cdfe80f8d8cb844377c5b1521bee49 Author: Daniel Moch <daniel@danielmoch.com> Date: Sun, 24 Nov 2019 16:16:09 -0500 makepkg: Sign packages by default Diffstat:
M | .config/pacman/makepkg.conf | | | 22 | ++++++++++++++++++++++ |
1 file changed, 22 insertions(+), 0 deletions(-)
diff --git a/.config/pacman/makepkg.conf b/.config/pacman/makepkg.conf @@ -1,4 +1,26 @@ ######################################################################### +# BUILD ENVIRONMENT +######################################################################### +# +# Defaults: BUILDENV=(!distcc !color !ccache check !sign) +# A negated environment option will do the opposite of the comments below. +# +#-- distcc: Use the Distributed C/C++/ObjC compiler +#-- color: Colorize output messages +#-- ccache: Use ccache to cache compilation +#-- check: Run the check() function if present in the PKGBUILD +#-- sign: Generate PGP signature file +# +BUILDENV=(!distcc color !ccache check sign) +# +#-- If using DistCC, your MAKEFLAGS will also need modification. In addition, +#-- specify a space-delimited list of hosts running in the DistCC cluster. +#DISTCC_HOSTS="" +# +#-- Specify a directory for package building. +#BUILDDIR=/tmp/makepkg + +######################################################################### # PACKAGE OUTPUT ######################################################################### #