blob: 04bdfcb614c2ab3a5962d89adf159cf0274d5307 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
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'
# build in tmpfs by default
BUILDDIR=/tmp/makepkg
|