22 lines
889 B
Text
22 lines
889 B
Text
# Template file for 'less'
|
|
pkgname=less
|
|
version=444
|
|
homepage="http://www.greenwoodsoftware.com/less"
|
|
distfiles="$homepage/less-$version.tar.gz"
|
|
build_style=gnu-configure
|
|
configure_args="--with-regex=pcre"
|
|
revision=1
|
|
short_desc="Pager program similar to more(1)"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="GPL-3"
|
|
checksum=be64ad3e22d6d4aa19fe7024d998563a1ce1671ee3625f8851d26b16dedcdeeb
|
|
long_desc="
|
|
Less is a program similar to more(1), but which allows backward
|
|
movement in the file as well as forward movement. Also, less does not
|
|
have to read the entire input file before starting, so with large input
|
|
files it starts up faster than text editors like vi(1). Less uses
|
|
termcap (or terminfo on some systems), so it can run on a variety of
|
|
terminals. There is even limited support for hardcopy terminals."
|
|
|
|
Add_dependency build ncurses-devel
|
|
Add_dependency build pcre-devel
|