Bump: libmsgpack, libtermkey, libunibilium, nodejs
[termux-packages] / packages / less / build.sh
... / ...
CommitLineData
1TERMUX_PKG_HOMEPAGE=http://www.greenwoodsoftware.com/less/
2TERMUX_PKG_DESCRIPTION="Terminal pager program used to view the contents of a text file one screen at a time"
3TERMUX_PKG_DEPENDS="ncurses"
4TERMUX_PKG_VERSION=479
5TERMUX_PKG_SRCURL=http://www.greenwoodsoftware.com/less/less-${TERMUX_PKG_VERSION}.tar.gz
6
7termux_step_pre_configure () {
8 # Mistake in packaging less 478
9 chmod +x $TERMUX_PKG_SRCDIR/configure
10}