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