summaryrefslogtreecommitdiff
path: root/config-parabola-mgmt-pacman.PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'config-parabola-mgmt-pacman.PKGBUILD')
-rw-r--r--config-parabola-mgmt-pacman.PKGBUILD18
1 files changed, 18 insertions, 0 deletions
diff --git a/config-parabola-mgmt-pacman.PKGBUILD b/config-parabola-mgmt-pacman.PKGBUILD
new file mode 100644
index 0000000..8e55903
--- /dev/null
+++ b/config-parabola-mgmt-pacman.PKGBUILD
@@ -0,0 +1,18 @@
+. ${BUILDFILE%/*}/common.sh
+pkgver=20180826
+
+package() {
+preamble
+# #### pacman
+
+depends+=(config-base-pacman)
+
+add-file etc/pacman.d/options.conf <<EOF
+[options]
+Color
+TotalDownload
+VerbosePkgLists
+EOF
+
+postamble
+}