summaryrefslogtreecommitdiff
path: root/config-mgmt-config.PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'config-mgmt-config.PKGBUILD')
-rw-r--r--config-mgmt-config.PKGBUILD17
1 files changed, 17 insertions, 0 deletions
diff --git a/config-mgmt-config.PKGBUILD b/config-mgmt-config.PKGBUILD
new file mode 100644
index 0000000..2828fcb
--- /dev/null
+++ b/config-mgmt-config.PKGBUILD
@@ -0,0 +1,17 @@
+. ${BUILDFILE%/*}/common.sh
+pkgver=20170131
+
+package() {
+preamble
+
+depends+=(
+ config-mgmt-pacman-repo-config
+ config-mgmt-etckeeper
+
+ # Until there is a suitable Holo in PCR
+ config-mgmt-pacman-repo-lukeshu
+ holo-lukeshu
+)
+
+postamble
+}