aboutsummaryrefslogtreecommitdiff
path: root/repos/extra/mpd/abuild
blob: fb710ea5bb32d7a0ef58204d53742f84c78f3e1e (plain)
1
2
3
4
5
6
7
8
9
name=mpd
version=0.24.9
release=1
source="https://www.musicpd.org/download/${name}/${version%.*}/${name}-${version}.tar.xz
	run"
sv="run"
postbuild() {
	install -Dm 0644 doc/mpdconf.example $PKG/etc/mpd/mpd.conf
}