From a69f5a50cc96e3f0dee7a74666ef5b64d519b57e Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Fri, 26 Jan 2024 11:33:24 -0600 Subject: feat: add pacman packager for my builds --- .config/pacman/makepkg.conf | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .config/pacman/makepkg.conf (limited to '.config/pacman/makepkg.conf') diff --git a/.config/pacman/makepkg.conf b/.config/pacman/makepkg.conf new file mode 100644 index 0000000..aee5f10 --- /dev/null +++ b/.config/pacman/makepkg.conf @@ -0,0 +1,19 @@ +#!/hint/bash +######################################################################### +# PACKAGE OUTPUT +######################################################################### +# +# Default: put built package and cached source in build directory +# +#-- Destination: specify a fixed directory where all packages will be placed +#PKGDEST=/home/packages +#-- Source cache: specify a fixed directory where source files will be cached +#SRCDEST=/home/sources +#-- Source packages: specify a fixed directory where all src packages will be placed +#SRCPKGDEST=/home/srcpackages +#-- Log files: specify a fixed directory where all log files will be placed +#LOGDEST=/home/makepkglogs +#-- Packager: name/email of the person or organization building packages +PACKAGER="David Luevano Alvarado " +#-- Specify a key to use for package signing +#GPGKEY="" -- cgit v1.2.3-54-g00ecf