1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-22 01:17:08 +00:00

nnn: Link against libandroid-support for wcwidth()

See https://github.com/jarun/nnn/issues/273
This commit is contained in:
Fredrik Fornwall 2019-05-31 17:28:18 +02:00
parent df31ad3ce5
commit 0c929e5c2e

View File

@ -2,8 +2,8 @@ TERMUX_PKG_HOMEPAGE=https://github.com/jarun/nnn
TERMUX_PKG_DESCRIPTION="Free, fast, friendly file browser"
TERMUX_PKG_LICENSE="BSD 2-Clause"
TERMUX_PKG_VERSION=2.5
TERMUX_PKG_REVISION=1
TERMUX_PKG_REVISION=2
TERMUX_PKG_SHA256=3636f172a024de5c12420a80dbe3d006d42b5e0a17e70a527963c864af22655c
TERMUX_PKG_SRCURL=https://github.com/jarun/nnn/archive/v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_DEPENDS="file, findutils, readline, wget"
TERMUX_PKG_DEPENDS="file, findutils, readline, wget, libandroid-support"
TERMUX_PKG_BUILD_IN_SRC=yes