libcurl: Update from 7.55.0 to 7.55.1
[termux-packages] / packages / cmus / build.sh
CommitLineData
0209a40e
AK
1TERMUX_PKG_HOMEPAGE=https://cmus.github.io/
2TERMUX_PKG_DESCRIPTION="Small, fast and powerful console music player"
3TERMUX_PKG_VERSION=2.7.1
4TERMUX_PKG_DEPENDS="libandroid-support, ncurses, libflac, libmad, libvorbis, opusfile, libcue, libpulseaudio"
5TERMUX_PKG_SRCURL=https://github.com/cmus/cmus/archive/v${TERMUX_PKG_VERSION}.tar.gz
6TERMUX_PKG_SHA256=8179a7a843d257ddb585f4c65599844bc0e516fe85e97f6f87a7ceade4eb5165
7TERMUX_PKG_FOLDERNAME=cmus-$TERMUX_PKG_VERSION
8TERMUX_PKG_BUILD_IN_SRC=yes
9
10termux_step_pre_configure() {
11 LD=$CC
12}
13
14termux_step_configure () {
15 ./configure prefix=$TERMUX_PREFIX
16}