diff options
author | David Runge <dave@sleepmap.de> | 2020-04-18 20:10:25 +0200 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2020-04-18 20:10:25 +0200 |
commit | 06debd95c4ed61a938553f658f1166a7819011d4 (patch) | |
tree | fe39d82329d87e1c4a1f3306a500b2d11925f405 | |
parent | b75013ff1f902b3205ea18bffbdb8e2ab6ed19dd (diff) | |
download | dotfiles-06debd95c4ed61a938553f658f1166a7819011d4.tar.gz dotfiles-06debd95c4ed61a938553f658f1166a7819011d4.tar.bz2 dotfiles-06debd95c4ed61a938553f658f1166a7819011d4.tar.xz dotfiles-06debd95c4ed61a938553f658f1166a7819011d4.zip |
Adding header to makepkg.conf
.makepkg.conf:
Adding hint and header to configuration.
-rw-r--r-- | .makepkg.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.makepkg.conf b/.makepkg.conf index 519e10b..780b0ea 100644 --- a/.makepkg.conf +++ b/.makepkg.conf @@ -1,3 +1,7 @@ +#!/hint/bash +# +# ~/.makepkg.conf +# PACKAGER="David Runge <dvzrv@archlinux.org>" GPGKEY="C7E7849466FE2358343588377258734B41C31549" BUILDDIR=/tmp/makepkg |