colordiff: Update from 1.0.16 to 1.0.18
[termux-packages] / packages / htop / build.sh
1 TERMUX_PKG_HOMEPAGE=http://hisham.hm/htop/
2 TERMUX_PKG_DESCRIPTION="Interactive process viewer for Linux"
3 # htop checks setlocale() return value for UTF-8 support, so use libandroid-support.
4 TERMUX_PKG_DEPENDS="ncurses, libandroid-support"
5 TERMUX_PKG_VERSION=2.0.2
6 TERMUX_PKG_SRCURL=http://hisham.hm/htop/releases/${TERMUX_PKG_VERSION}/htop-${TERMUX_PKG_VERSION}.tar.gz
7 TERMUX_PKG_SHA256=179be9dccb80cee0c5e1a1f58c8f72ce7b2328ede30fb71dcdf336539be2f487
8 TERMUX_PKG_BUILD_IN_SRC="yes"
9 TERMUX_PKG_EXTRA_CONFIGURE_ARGS="ac_cv_lib_ncursesw6_addnwstr=yes"
10 TERMUX_PKG_RM_AFTER_INSTALL="share/applications share/pixmaps"