From 8b2c2d67941008598d6c104c8c07a23a82381fab Mon Sep 17 00:00:00 2001 From: David Runge Date: Sat, 20 May 2023 23:15:56 +0200 Subject: makepkg: Move makepkg.conf to XDG_CONFIG_DIR/pacman --- .config/pacman/makepkg.conf | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .config/pacman/makepkg.conf (limited to '.config/pacman') diff --git a/.config/pacman/makepkg.conf b/.config/pacman/makepkg.conf new file mode 100644 index 0000000..101d664 --- /dev/null +++ b/.config/pacman/makepkg.conf @@ -0,0 +1,7 @@ +#!/hint/bash +# +# ~/.makepkg.conf +# +PACKAGER="David Runge " +GPGKEY="991F6E3F0765CF6295888586139B09DA5BF0D338" +BUILDDIR=/tmp/makepkg -- cgit v1.2.3-54-g00ecf