summaryrefslogtreecommitdiff
path: root/config-parabola-mgmt-config.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-config.PKGBUILD
parentd6801ddd960843ca9c503acb937e7b807852bcf8 (diff)
Rename everything from config-* to config-parabola-*
Diffstat (limited to 'config-parabola-mgmt-config.PKGBUILD')
-rw-r--r--config-parabola-mgmt-config.PKGBUILD14
1 files changed, 14 insertions, 0 deletions
diff --git a/config-parabola-mgmt-config.PKGBUILD b/config-parabola-mgmt-config.PKGBUILD
new file mode 100644
index 0000000..51df921
--- /dev/null
+++ b/config-parabola-mgmt-config.PKGBUILD
@@ -0,0 +1,14 @@
+. ${BUILDFILE%/*}/common.sh
+pkgver=20180826
+
+package() {
+preamble
+
+depends+=(
+ config-mgmt-pacman-repo-config
+ config-mgmt-etckeeper
+ 'holo>2.2'
+)
+
+postamble
+}