comparison dev/git/git.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=git 18 PKGNAME=git
19 PKGVERSION=2.23.0 19 PKGVERSION=2.23.0
20 PKGREVISION=1 20 PKGREVISION=1
21 PKGLICENSE="GPLv20+" 21 PKGLICENSE="GPL-2.0-only+"
22 PKGSUMMARY="fast, scalable, distributed revision control system" 22 PKGSUMMARY="fast, scalable, distributed revision control system"
23 PKGDOWNLOAD="https://mirrors.edge.kernel.org/pub/software/scm/$PKGNAME/$PKGNAME-$PKGVERSION.tar.xz" 23 PKGDOWNLOAD="https://mirrors.edge.kernel.org/pub/software/scm/$PKGNAME/$PKGNAME-$PKGVERSION.tar.xz"
24 PKGDEPENDS="asciidoc:build" 24 PKGDEPENDS="asciidoc:build"
25 PKGOPTIONS="CURL NLS PERL REGEX SSL XML ZLIB" 25 PKGOPTIONS="CURL NLS PERL REGEX SSL XML ZLIB"
26 26