diff options
-rw-r--r-- | pacman/makepkg.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pacman/makepkg.conf b/pacman/makepkg.conf new file mode 100644 index 0000000..c8d7dd0 --- /dev/null +++ b/pacman/makepkg.conf @@ -0,0 +1,5 @@ +MAKEFLAGS="-j$(nproc)" +OPTIONS=(strip docs !libtool !staticlibs emptydirs zipman purge !optipng !upx debug) +INTEGRITY_CHECK(sha256) +PACKAGER="Johannes Löthberg <johannes@kyriasis.com>" +GPGKEY="50FB9B273A9D0BB5" |