# Description: Small, fast and powerful console music player for Unix-like operating systems # URL: https://cmus.github.io/ # Maintainer: KRAK3N Team, extra ports at krak3n dot my # Depends on: name=cmus version=2.12.0 release=1 source=(https://github.com/${name}/${name}/archive/v${version}/${name}-v${version}.tar.gz) build() { cd ${name}-${version} ./configure prefix=/usr make make DESTDIR=$PKG install install-man }