comparison core/tree/tree.sh @ 1219:337f950c30f5

misc: use SPDX licenses
author David Demelier <markand@malikania.fr>
date Thu, 30 Sep 2021 09:05:45 +0200
parents 6710613b88b9
children 4ccc42bf0284
comparison
equal deleted inserted replaced
1218:57dc83a39b13 1219:337f950c30f5
16 # 16 #
17 17
18 PKGNAME=tree 18 PKGNAME=tree
19 PKGVERSION=1.8.0 19 PKGVERSION=1.8.0
20 PKGREVISION=1 20 PKGREVISION=1
21 PKGLICENSE="GPLv20" 21 PKGLICENSE="GPL-2.0-only"
22 PKGSUMMARY="a command line tool to list recursively directories" 22 PKGSUMMARY="a command line tool to list recursively directories"
23 PKGDOWNLOAD="ftp://mama.indstate.edu/linux/$PKGNAME/$PKGNAME-$PKGVERSION.tgz" 23 PKGDOWNLOAD="ftp://mama.indstate.edu/linux/$PKGNAME/$PKGNAME-$PKGVERSION.tgz"
24 24
25 : ${CC:=clang} 25 : ${CC:=clang}
26 : ${CFLAGS:=-O2} 26 : ${CFLAGS:=-O2}