4a7d2c8953
This commit has been automatically submitted by Github Actions.
17 lines
755 B
Bash
17 lines
755 B
Bash
TERMUX_PKG_HOMEPAGE=https://github.com/hrkfdn/ncspot
|
|
TERMUX_PKG_DESCRIPTION="An ncurses Spotify client written in Rust"
|
|
TERMUX_PKG_LICENSE="BSD 2-Clause"
|
|
TERMUX_PKG_MAINTAINER="@termux"
|
|
TERMUX_PKG_VERSION="0.9.8"
|
|
TERMUX_PKG_SRCURL=https://github.com/hrkfdn/ncspot/archive/v${TERMUX_PKG_VERSION}.tar.gz
|
|
TERMUX_PKG_SHA256=dc465bb143f072f98c08e6095de761aa177a21ed97c1d99064feaa3c517bb97e
|
|
TERMUX_PKG_DEPENDS="dbus, pulseaudio"
|
|
TERMUX_PKG_AUTO_UPDATE=true
|
|
TERMUX_PKG_BUILD_IN_SRC=true
|
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
|
|
--no-default-features
|
|
--features cursive/termion-backend,share_clipboard,pulseaudio_backend,mpris,notify
|
|
"
|
|
# NOTE: ncurses-rs runs a test while building which fails while cross compiling:
|
|
# therefore, we use cursive/termion-backend instead.
|