mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-14 05:40:52 +00:00
- Progress on https://github.com/termux/termux-packages/issues/23492 - Works around error `Found relative path while evaluating link directories of "notcurses-static": "lib"`
21 lines
693 B
Bash
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"
|
|
}
|