summaryrefslogtreecommitdiff
path: root/config-service-repo.PKGBUILD
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-11-11 00:59:00 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-11-11 00:59:00 -0500
commit3601b6b89aa18c52ff7b486f22faf7621fa636ab (patch)
tree916f3c233b1a40c5f07d69a4a9c17b0286daccb3 /config-service-repo.PKGBUILD
parent274200b238895be80bc942afe7d70006c9ab5787 (diff)
refactor
Diffstat (limited to 'config-service-repo.PKGBUILD')
-rw-r--r--config-service-repo.PKGBUILD15
1 files changed, 15 insertions, 0 deletions
diff --git a/config-service-repo.PKGBUILD b/config-service-repo.PKGBUILD
new file mode 100644
index 0000000..4319b03
--- /dev/null
+++ b/config-service-repo.PKGBUILD
@@ -0,0 +1,15 @@
+. ${BUILDFILE%/*}/common.sh
+pkgver=20161106.2
+
+provides=(pacman-mirrorlist)
+conflicts=(pacman-mirrorlist)
+
+package() {
+preamble
+
+add-file etc/pacman.d/mirrorlist <<EOF
+Server = file:///srv/repo/main/$repo/os/$arch
+EOF
+
+postamble
+}