Added less-424 template. We call it 4.24...
--HG-- extra : convert_revision : 0d5168bbde19ea6dc706711fcbf9f474954feb7a
This commit is contained in:
parent
ffbd0ad5ae
commit
492d77ec10
1 changed files with 19 additions and 0 deletions
19
templates/less.tmpl
Normal file
19
templates/less.tmpl
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# Template file for 'less'
|
||||||
|
pkgname=less
|
||||||
|
version=4.24
|
||||||
|
wrksrc="$pkgname-424"
|
||||||
|
distfiles="http://www.greenwoodsoftware.com/less/$pkgname-424@.tar.gz"
|
||||||
|
build_style=gnu_configure
|
||||||
|
short_desc="Pager program similar to more(1)"
|
||||||
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
checksum=30013dc34d37563e2d756fae6c6ff1009ea5af66d1b216d9906248073c02ea56
|
||||||
|
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."
|
||||||
|
|
||||||
|
build_depends="ncurses-5.6"
|
||||||
|
run_depends="glibc-2.8 ncurses-5.6"
|
Loading…
Reference in a new issue