gtypist: fix license, other lint
This commit is contained in:
parent
58e959ae4e
commit
32b1a6ce89
1 changed files with 7 additions and 6 deletions
|
@ -1,15 +1,16 @@
|
|||
# Template file for 'gtypist'
|
||||
pkgname=gtypist
|
||||
version=2.9.5
|
||||
revision=1
|
||||
short_desc="A universal typing tutor"
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake"
|
||||
makedepends="ncurses-devel"
|
||||
short_desc="Universal typing tutor"
|
||||
maintainer="Phileas Vöcking <paspartout@fogglabs.de>"
|
||||
license="GPL-3"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://www.gnu.org/software/gtypist/"
|
||||
distfiles="$GNU_SITE/gtypist/gtypist-${version}.tar.xz"
|
||||
checksum="c13af40b12479f8219ffa6c66020618c0ce305ad305590fde02d2c20eb9cf977"
|
||||
build_style=gnu-configure
|
||||
makedepends="ncurses-devel"
|
||||
hostmakedepends="automake"
|
||||
|
||||
pre_configure() {
|
||||
autoreconf
|
||||
|
|
Loading…
Reference in a new issue