1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-20 21:37:08 +00:00
termux-packages/packages/cmusfm/build.sh
2021-08-06 17:45:02 +05:30

13 lines
470 B
Bash
Executable File

TERMUX_PKG_HOMEPAGE=https://github.com/Arkq/cmusfm
TERMUX_PKG_DESCRIPTION="Last.fm standalone scrobbler for the cmus music player"
TERMUX_PKG_LICENSE="GPL-3.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=0.4.1
TERMUX_PKG_SRCURL=https://github.com/Arkq/cmusfm/archive/v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=ff5338d4b473a3e295f3ae4273fb097c0f79c42e3d803eefdf372b51dba606f2
TERMUX_PKG_DEPENDS=libcurl
termux_step_pre_configure() {
autoreconf --install
}