diff --git a/templates/less.tmpl b/templates/less.tmpl new file mode 100644 index 00000000000..b541eaa4c5f --- /dev/null +++ b/templates/less.tmpl @@ -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 " +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"