aboutsummaryrefslogtreecommitdiff
path: root/repos/extra/mpd/abuild
blob: aa6c0c9d9c10403b08c3144580ce265d1a940a0d (plain)
1
2
3
4
5
6
7
8
9
name=mpd
version=0.24.2
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
}