summaryrefslogtreecommitdiff
path: root/config-service-repo.PKGBUILD
blob: 979958c66b52c15797ca312d6bbb7ddb32e59752 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
. ${BUILDFILE%/*}/common.sh
pkgver=20161112

provides=(pacman-mirrorlist)
conflicts=(pacman-mirrorlist)

package() {
preamble
# #### Repo

depends+=(
	rsync

	abs
	xbs
	mktorrent
	dbscripts

	config-mgmt-nginx
	uwsgi-plugin-php
	unionfs-fuse
	oxygen-icons
)

add-file etc/pacman.d/mirrorlist <<EOF
Server = file:///srv/repo/main/\$repo/os/\$arch
EOF

postamble
}