aboutsummaryrefslogtreecommitdiff
path: root/user-config.default.sh
diff options
context:
space:
mode:
Diffstat (limited to 'user-config.default.sh')
-rw-r--r--user-config.default.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/user-config.default.sh b/user-config.default.sh
new file mode 100644
index 0000000..4675afb
--- /dev/null
+++ b/user-config.default.sh
@@ -0,0 +1,9 @@
+#!/usr/bin/env bash
+#
+# user-config.default.sh - user configuration options;
+# copy this file to user-config.sh and modify to
+# your liking.
+#
+
+# The maintainer to be listed in the PKGBUILD.
+maintainer="Your Name <your@email-address.tld>"