You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
417 B

10 years ago
TERMUX_PKG_HOMEPAGE=http://www.greenwoodsoftware.com/less/
TERMUX_PKG_DESCRIPTION="Terminal pager program used to view the contents of a text file one screen at a time"
TERMUX_PKG_DEPENDS="ncurses"
TERMUX_PKG_VERSION=478
10 years ago
TERMUX_PKG_SRCURL=http://www.greenwoodsoftware.com/less/less-${TERMUX_PKG_VERSION}.tar.gz
termux_step_pre_configure () {
# Mistake in packaging less 478
chmod +x $TERMUX_PKG_SRCDIR/configure
}