TERMUX_PKG_HOMEPAGE=https://cmus.github.io/ TERMUX_PKG_DESCRIPTION="Small, fast and powerful console music player" TERMUX_PKG_LICENSE="GPL-2.0" TERMUX_PKG_MAINTAINER="@termux" TERMUX_PKG_VERSION=2.9.0 TERMUX_PKG_DEPENDS="libandroid-support, libiconv, ncurses, pulseaudio, ffmpeg, libmad, opusfile, libflac, libvorbis" TERMUX_PKG_SRCURL=https://github.com/cmus/cmus/archive/v${TERMUX_PKG_VERSION}.tar.gz TERMUX_PKG_SHA256=e7ea7f5ec52b991cf378a9caf19e479be16a165a5b26adca058de711e72ad2a0 TERMUX_PKG_BUILD_IN_SRC=true termux_step_pre_configure() { LD=$CC export CUE_LIBS=" -lm" export CONFIG_OSS=n } termux_step_configure() { ./configure prefix=$TERMUX_PREFIX }