Files
termux-packages/packages/notcurses/build.sh
termux-pacman-bot 1976a707db fix(main/notcurses): remove target_link_directories(notcurses-static...
- Progress on https://github.com/termux/termux-packages/issues/23492

- Works around error `Found relative path while evaluating link directories of "notcurses-static": "lib"`
2026-01-03 07:37:23 +00:00

21 lines
693 B
Bash

TERMUX_PKG_HOMEPAGE=https://notcurses.com/
TERMUX_PKG_DESCRIPTION="blingful TUIs and character graphics"
TERMUX_PKG_LICENSE="Apache-2.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="3.0.17"
TERMUX_PKG_REVISION=2
TERMUX_PKG_SRCURL=https://github.com/dankamongmen/notcurses/archive/refs/tags/v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=b0fbe824984fe25b5a16770dbd00b85d44db5d09cc35bd881b95335d0db53128
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_DEPENDS="ffmpeg, libandroid-spawn, libc++, libunistring, ncurses, zlib"
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
-DUSE_DOCTEST=OFF
-DUSE_DEFLATE=OFF
-DUSE_PANDOC=OFF
-DUSE_STATIC=OFF
"
termux_step_pre_configure() {
LDFLAGS+=" -landroid-spawn -lm"
}