summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <david@luevano.xyz>2024-01-26 11:33:24 -0600
committerDavid Luevano Alvarado <david@luevano.xyz>2024-02-04 03:36:26 -0600
commita69f5a50cc96e3f0dee7a74666ef5b64d519b57e (patch)
treeeac10ac92ad6b0fb9ce5b479877285847a420ac2
parentee43f54e8d0c726dac3d0abd8536f1eeacb08722 (diff)
feat: add pacman packager for my builds
-rw-r--r--.config/pacman/makepkg.conf19
1 files changed, 19 insertions, 0 deletions
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 <david@luevano.xyz>"
+#-- Specify a key to use for package signing
+#GPGKEY=""