diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2017-08-14 23:53:11 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2017-08-14 23:53:11 +0200 |
commit | e3a2905daf3e06650f78a25f63c66cd409225f33 (patch) | |
tree | 96b1a6395748aaf41197bb4dedb1ba2efcf3832a /pacman | |
parent | 6e78201d6b9da1c5a151ac748c5889a9ebc1da4a (diff) | |
download | dotfiles-e3a2905daf3e06650f78a25f63c66cd409225f33.tar.xz |
Add pacman/makepkg.conf
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'pacman')
-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" |