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