joe: fix license, other lint

JOE is technically GPL 1.0-or-later but the COPYING file is the GPL 2
one, so I'm sticking with that.
This commit is contained in:
Colin Booth 2021-04-28 22:42:31 -07:00 committed by Érico Nogueira Rolim
parent 8324dfd1ab
commit 683703eb7c

View file

@ -1,7 +1,7 @@
# Template file for 'joe' # Template file for 'joe'
pkgname=joe pkgname=joe
version=4.6 version=4.6
revision=1 revision=2
build_style=gnu-configure build_style=gnu-configure
conf_files=" conf_files="
/etc/joe/ftyperc /etc/joe/ftyperc
@ -13,10 +13,10 @@ conf_files="
/etc/joe/rjoerc /etc/joe/rjoerc
/etc/joe/shell.csh /etc/joe/shell.csh
/etc/joe/shell.sh" /etc/joe/shell.sh"
short_desc="The world-famous Wordstar like text editor" short_desc="World-famous Wordstar like text editor"
maintainer="Diogo Leal <diogo@diogoleal.com>" maintainer="Diogo Leal <diogo@diogoleal.com>"
license="GPL-2" license="GPL-2.0-or-later"
conflicts="jupp>=0"
homepage="http://joe-editor.sourceforge.net/" homepage="http://joe-editor.sourceforge.net/"
distfiles="${SOURCEFORGE_SITE}/joe-editor/JOE%20sources/joe-${version}/joe-${version}.tar.gz" distfiles="${SOURCEFORGE_SITE}/joe-editor/JOE%20sources/joe-${version}/joe-${version}.tar.gz"
checksum=495a0a61f26404070fe8a719d80406dc7f337623788e445b92a9f6de512ab9de checksum=495a0a61f26404070fe8a719d80406dc7f337623788e445b92a9f6de512ab9de
conflicts="jupp>=0"