summaryrefslogtreecommitdiff
path: root/config-parabola-mgmt-pacman-repo-lukeshu.PKGBUILD
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2018-08-26 14:35:46 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2018-08-26 14:35:46 -0400
commit0c2bf8bec3ff0f558785b29980c193b054c3b529 (patch)
tree13b9885d67ede3e33863264cee8d46d22bed735c /config-parabola-mgmt-pacman-repo-lukeshu.PKGBUILD
parentd6801ddd960843ca9c503acb937e7b807852bcf8 (diff)
Rename everything from config-* to config-parabola-*
Diffstat (limited to 'config-parabola-mgmt-pacman-repo-lukeshu.PKGBUILD')
-rw-r--r--config-parabola-mgmt-pacman-repo-lukeshu.PKGBUILD16
1 files changed, 16 insertions, 0 deletions
diff --git a/config-parabola-mgmt-pacman-repo-lukeshu.PKGBUILD b/config-parabola-mgmt-pacman-repo-lukeshu.PKGBUILD
new file mode 100644
index 0000000..f1211a1
--- /dev/null
+++ b/config-parabola-mgmt-pacman-repo-lukeshu.PKGBUILD
@@ -0,0 +1,16 @@
+. ${BUILDFILE%/*}/common.sh
+pkgver=20180826
+
+package() {
+preamble
+# #### pacman
+
+depends+=(config-base-pacman)
+
+add-file etc/pacman.d/repo-lukeshu.conf <<EOF
+[~lukeshu]
+Include = /etc/pacman.d/mirrorlist
+EOF
+
+postamble
+}