diff options
Diffstat (limited to '.makepkg.conf')
-rw-r--r-- | .makepkg.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.makepkg.conf b/.makepkg.conf new file mode 100644 index 0000000..2d44f5a --- /dev/null +++ b/.makepkg.conf @@ -0,0 +1,8 @@ +DLAGENTS+=('hib::/usr/bin/hib-dlagent -u tharre3@gmail.com -o %o %u') + +MAKEFLAGS="-j$(nproc)" + +COMPRESSXZ=(xz -T 0 -c -z -) + +# Don't compress packages +PKGEXT='.pkg.tar' |