Browse Source
Now that termux supports true color, elinks can display websites using more colors. Note that enabling this option has a slight performance hit.android-5
Matthew Klein
8 years ago
committed by
Fredrik Fornwall
1 changed files with 2 additions and 2 deletions
@ -1,10 +1,10 @@ |
|||
TERMUX_PKG_HOMEPAGE=http://elinks.or.cz |
|||
TERMUX_PKG_DESCRIPTION="Full-Featured Text WWW Browser" |
|||
TERMUX_PKG_VERSION=0.12pre6 |
|||
TERMUX_PKG_BUILD_REVISION=3 |
|||
TERMUX_PKG_BUILD_REVISION=4 |
|||
# TERMUX_PKG_SRCURL=http://elinks.or.cz/download/elinks-${TERMUX_PKG_VERSION}.tar.gz |
|||
TERMUX_PKG_SRCURL=http://archive.ubuntu.com/ubuntu/pool/universe/e/elinks/elinks_0.12~pre6.orig.tar.gz |
|||
TERMUX_PKG_FOLDERNAME=elinks-0.12pre6 |
|||
TERMUX_PKG_DEPENDS="libexpat, libidn, openssl, libbz2" |
|||
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--enable-256-colors --with-openssl --mandir=$TERMUX_PREFIX/share/man --without-gc" |
|||
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--enable-256-colors --enable-true-color --with-openssl --mandir=$TERMUX_PREFIX/share/man --without-gc" |
|||
TERMUX_MAKE_PROCESSES=1 |
|||
|
Loading…
Reference in new issue