Files
termux-packages/packages/cava/build.sh
termux-pacman-bot ca1707a4e3 codeowners: remove contributors.
xtkoba left the team, suhan-paradkar's account no longer exists.
other non-maintainers were mentioned in buildscripts with `# Contributor:` comment as in Arch buildscripts

[no ci]
2025-05-18 16:07:09 +00:00

17 lines
651 B
Bash

# Contributor: @Neo-Oli
TERMUX_PKG_HOMEPAGE=https://github.com/karlstav/cava
TERMUX_PKG_DESCRIPTION="Console-based Audio Visualizer. Works with MPD and Pulseaudio"
TERMUX_PKG_LICENSE="MIT"
TERMUX_PKG_MAINTAINER="Oliver Schmidhauser @Neo-Oli"
TERMUX_PKG_VERSION="0.10.4"
TERMUX_PKG_SRCURL=https://github.com/karlstav/cava/archive/refs/tags/${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=5a2efedf2d809d70770f49349f28a5c056f1ba9b3f5476e78744291a468e206a
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_DEPENDS="fftw, libiniparser, ncurses, pulseaudio"
TERMUX_PKG_BUILD_DEPENDS="libtool"
TERMUX_PKG_BUILD_IN_SRC=true
termux_step_pre_configure() {
./autogen.sh
}