summaryrefslogtreecommitdiff
path: root/config-mgmt-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-config.PKGBUILD
parenta0782f73c62f216992de2d60620711dded9046cb (diff)
update things
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
+}