comparison core/less/less.sh @ 1107:7791d3dbfecf

vanilla: consolidate licenses and many options
author David Demelier <markand@malikania.fr>
date Wed, 18 Sep 2019 21:01:00 +0200
parents 3dece1f7570b
children 297b5eef115e
comparison
equal deleted inserted replaced
1106:477457540aa0 1107:7791d3dbfecf
16 # 16 #
17 17
18 PKGNAME=less 18 PKGNAME=less
19 PKGVERSION=530 19 PKGVERSION=530
20 PKGREVISION=1 20 PKGREVISION=1
21 PKGLICENSE="GPLv3+ CUSTOM" 21 PKGLICENSE="GPLv30+ CUSTOM"
22 PKGSUMMARY="program for viewing text files" 22 PKGSUMMARY="program for viewing text files"
23 PKGDOWNLOAD="http://www.greenwoodsoftware.com/$PKGNAME/$PKGNAME-$PKGVERSION.tar.gz" 23 PKGDOWNLOAD="http://www.greenwoodsoftware.com/$PKGNAME/$PKGNAME-$PKGVERSION.tar.gz"
24 PKGDEPENDS="ncurses pcre" 24 PKGDEPENDS="ncurses pcre"
25 25
26 : ${CHOST:=$(uname -m)-linux-musl} 26 : ${CHOST:=$(uname -m)-linux-musl}