From 627f68d744dd7dc74f4343e98a726243d5e7fb72 Mon Sep 17 00:00:00 2001
From: Joel Grunbaum <joelgrun@gmail.com>
Date: Sat, 17 Jul 2021 06:58:26 +0000
Subject: [PATCH] Added paru config

---
 Makefile                    |    9 ++++++++-
 paru/.config/paru/paru.conf |   35 +++++++++++++++++++++++++++++++++++
 2 files changed, 43 insertions(+), 1 deletions(-)

diff --git a/Makefile b/Makefile
index 5ac56b6..22f3f9e 100644
--- a/Makefile
+++ b/Makefile
@@ -21,8 +21,9 @@
 UTILS = emacs git aspell
 FUN = mpd ncmpcpp mailcap rtv
 DESKTOP = libinput-gestures reddit-wallpaper-fetcher
+ARCH = paru
 
-CONFIGS = $(SHELLS) $(UTILS) $(FUN) $(DESKTOP)
+CONFIGS = $(SHELLS) $(UTILS) $(FUN) $(DESKTOP) $(ARCH)
 
 all: help
 
@@ -71,6 +72,12 @@
 .PHONY: desktop-uninstall
 desktop-uninstall: $(DESKTOP:=-del)
 
+.PHONY: arch
+arch: $(ARCH)
+
+.PHONY: arch-uninstall
+arch-uninstall: $(ARCH:=-del)
+
 .PHONY: $(INSTALL_TARGETS)
 $(INSTALL_TARGETS): $(CONFIGS)
 
diff --git a/paru/.config/paru/paru.conf b/paru/.config/paru/paru.conf
new file mode 100644
index 0000000..1ad9c59
--- /dev/null
+++ b/paru/.config/paru/paru.conf
@@ -0,0 +1,35 @@
+#
+# $PARU_CONF
+# /etc/paru.conf
+# ~/.config/paru/paru.conf
+#
+# See the paru.conf(5) manpage for options
+
+#
+# GENERAL OPTIONS
+#
+[options]
+PgpFetch
+Devel
+Provides
+DevelSuffixes = -git -cvs -svn -bzr -darcs -always
+BottomUp
+#RemoveMake
+#SudoLoop
+#UseAsk
+#CombinedUpgrade
+#CleanAfter
+#UpgradeMenu
+#NewsOnUpgrade
+
+#LocalRepo
+#Chroot
+#MovePkgs
+
+#
+# Binary OPTIONS
+#
+#[bin]
+#FileManager = vifm
+#MFlags = --skippgpcheck
+#Sudo = doas

--
Gitblit v1.10.0