summaryrefslogtreecommitdiff
path: root/config-parabola-mgmt-pacman-repo-config.PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'config-parabola-mgmt-pacman-repo-config.PKGBUILD')
-rw-r--r--config-parabola-mgmt-pacman-repo-config.PKGBUILD17
1 files changed, 17 insertions, 0 deletions
diff --git a/config-parabola-mgmt-pacman-repo-config.PKGBUILD b/config-parabola-mgmt-pacman-repo-config.PKGBUILD
new file mode 100644
index 0000000..59086e1
--- /dev/null
+++ b/config-parabola-mgmt-pacman-repo-config.PKGBUILD
@@ -0,0 +1,17 @@
+. ${BUILDFILE%/*}/common.sh
+pkgver=20180826
+
+package() {
+preamble
+# #### pacman
+
+depends+=(config-base-pacman)
+
+add-file etc/pacman.d/repo-config.conf <<EOF
+[config]
+SigLevel = Optional TrustAll
+Server = https://config.parabola.nu/
+EOF
+
+postamble
+}