mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
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
|
pkgname=gtypist
|
||||||
version=2.9.5
|
version=2.9.5
|
||||||
revision=1
|
revision=2
|
||||||
short_desc="A universal typing tutor"
|
build_style=gnu-configure
|
||||||
|
hostmakedepends="automake"
|
||||||
|
makedepends="ncurses-devel"
|
||||||
|
short_desc="Universal typing tutor"
|
||||||
maintainer="Phileas Vöcking <paspartout@fogglabs.de>"
|
maintainer="Phileas Vöcking <paspartout@fogglabs.de>"
|
||||||
license="GPL-3"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://www.gnu.org/software/gtypist/"
|
homepage="https://www.gnu.org/software/gtypist/"
|
||||||
distfiles="$GNU_SITE/gtypist/gtypist-${version}.tar.xz"
|
distfiles="$GNU_SITE/gtypist/gtypist-${version}.tar.xz"
|
||||||
checksum="c13af40b12479f8219ffa6c66020618c0ce305ad305590fde02d2c20eb9cf977"
|
checksum="c13af40b12479f8219ffa6c66020618c0ce305ad305590fde02d2c20eb9cf977"
|
||||||
build_style=gnu-configure
|
|
||||||
makedepends="ncurses-devel"
|
|
||||||
hostmakedepends="automake"
|
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf
|
autoreconf
|
||||||
|
|
Loading…
Add table
Reference in a new issue