void-packages/templates/less.tmpl
Juan RP ac80ddda40 Use bash features to improve $distfiles parsing.
That means that it's not necessary anymore to use an '@' before the
extract suffix string. yay.

--HG--
extra : convert_revision : 83ce2c783cb917ef59b87eacb0565cfcff277218
2008-10-28 23:57:52 +01:00

20 lines
826 B
Cheetah

# 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"