comparison graphics/qrencode/qrencode.sh @ 1219:337f950c30f5

misc: use SPDX licenses
author David Demelier <markand@malikania.fr>
date Thu, 30 Sep 2021 09:05:45 +0200
parents 57dc83a39b13
children 4ccc42bf0284
comparison
equal deleted inserted replaced
1218:57dc83a39b13 1219:337f950c30f5
16 # 16 #
17 17
18 PKGNAME=qrencode 18 PKGNAME=qrencode
19 PKGVERSION=4.0.2 19 PKGVERSION=4.0.2
20 PKGREVISION=1 20 PKGREVISION=1
21 PKGLICENSE="LGPLv21+" 21 PKGLICENSE="LGPL-2.1-or-later"
22 PKGSUMMARY="QR Code encoding library" 22 PKGSUMMARY="QR Code encoding library"
23 PKGDOWNLOAD="https://fukuchi.org/works/$PKGNAME/$PKGNAME-$PKGVERSION.tar.gz" 23 PKGDOWNLOAD="https://fukuchi.org/works/$PKGNAME/$PKGNAME-$PKGVERSION.tar.gz"
24 PKGDEPENDS="" 24 PKGDEPENDS=""
25 PKGOPTIONS="PNG TOOLS" 25 PKGOPTIONS="PNG TOOLS"
26 26