aboutsummaryrefslogtreecommitdiff
path: root/makepkg.conf
AgeCommit message (Collapse)Author
2021-10-24feat: support multiarch (#3)Coelacanthus
2021-10-24refactor(makepkg): remove architecture specified configCoelacanthus
2021-10-24refactor(makepkg): using SHA512 and BLAKE2 as hash algo to harden itCoelacanthus
Signed-off-by: Coelacanthus <[email protected]>
2021-10-24refactor(makepkg): move sign, ACKAGER and GPGKEY to makepkg.confCoelacanthus
Signed-off-by: Coelacanthus <[email protected]>
2021-10-24refactor(makepkg): enable zstd parallel compression and using max compressionCoelacanthus
The decompression time of zstd increases slowly with the compression ratio, so it is beneficial for users to enable the highest compression ratio. (as Fedora does) Signed-off-by: Coelacanthus <[email protected]>
2021-10-24refactor(makepkg): enable parallel compilationCoelacanthus
Signed-off-by: Coelacanthus <[email protected]>
2021-10-24refactor: using specified makepkg.conf to obtain a fixed compilation ↵Coelacanthus
configuration Signed-off-by: Coelacanthus <[email protected]>