aboutsummaryrefslogtreecommitdiff
path: root/repos/extra/cmus/abuild
blob: 57697bae60a3fa8663f4968595aa3a448bbe1b5b (plain)
1
2
3
4
5
6
7
8
9
10
name=cmus
version=2.12.0
release=1
source="https://github.com/${name}/${name}/archive/v${version}/${name}-v${version}.tar.gz"

build() {
	./configure prefix=/usr
	make
	make install install-man
}