aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Hovorka <[email protected]>2017-10-13 14:29:29 -0600
committerAdam Hovorka <[email protected]>2017-10-13 14:29:29 -0600
commit88b65a5209554a053b14d9858a9a3af8e8fc6b9e (patch)
treef20b5a4247b32e209c6b860b328cd9ab91148647
parent8ba2721b482bfadac7af1cc0c6b780dbd1492f0b (diff)
Add makepkg.conf
-rw-r--r--base.yaml1
-rw-r--r--base/makepkg.conf1
2 files changed, 2 insertions, 0 deletions
diff --git a/base.yaml b/base.yaml
index d8cc973..1b72a3a 100644
--- a/base.yaml
+++ b/base.yaml
@@ -11,6 +11,7 @@
~/.bin/dot: base/dot
~/.capsesc: base/capsesc
~/.curlrc: base/curlrc
+ ~/.makepkg.conf: base/makepkg.conf
~/.vim/colors: base/vim/colors
~/.vim/doc: base/vim/doc
~/.vim/ftdetect: base/vim/ftdetect
diff --git a/base/makepkg.conf b/base/makepkg.conf
new file mode 100644
index 0000000..e74bbee
--- /dev/null
+++ b/base/makepkg.conf
@@ -0,0 +1 @@
+PACKAGER="Adam Hovorka <[email protected]>"