Bump: libmsgpack, libtermkey, libunibilium, nodejs
[termux-packages] / packages / less / build.sh
CommitLineData
59f0d218
FF
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"
0b9ad54e 4TERMUX_PKG_VERSION=479
59f0d218
FF
5TERMUX_PKG_SRCURL=http://www.greenwoodsoftware.com/less/less-${TERMUX_PKG_VERSION}.tar.gz
6
04b9145a
FF
7termux_step_pre_configure () {
8 # Mistake in packaging less 478
9 chmod +x $TERMUX_PKG_SRCDIR/configure
10}