summaryrefslogtreecommitdiff
path: root/config-mgmt-config.PKGBUILD
blob: c8cf8f9042ff6a9cce1cf6b2ce0e53e2e6756c4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
. ${BUILDFILE%/*}/common.sh
pkgver=20170320

package() {
preamble

depends+=(
    config-mgmt-pacman-repo-config
    config-mgmt-etckeeper
    holo
)

postamble
}