summaryrefslogtreecommitdiff
path: root/config-mgmt-pacman-repo-config.PKGBUILD
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2017-02-01 08:25:11 +0000
committerLuke Shumaker <lukeshu@sbcglobal.net>2017-02-01 08:25:11 +0000
commit6d488c1513675c5fc009986cba1336c42b4f58bf (patch)
tree88ceae93833d78daab7f14225e25d2f39f1c56ba /config-mgmt-pacman-repo-config.PKGBUILD
parenta0782f73c62f216992de2d60620711dded9046cb (diff)
update things
Diffstat (limited to 'config-mgmt-pacman-repo-config.PKGBUILD')
-rw-r--r--config-mgmt-pacman-repo-config.PKGBUILD17
1 files changed, 17 insertions, 0 deletions
diff --git a/config-mgmt-pacman-repo-config.PKGBUILD b/config-mgmt-pacman-repo-config.PKGBUILD
new file mode 100644
index 0000000..7af21aa
--- /dev/null
+++ b/config-mgmt-pacman-repo-config.PKGBUILD
@@ -0,0 +1,17 @@
+. ${BUILDFILE%/*}/common.sh
+pkgver=20170131
+
+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
+}