vp-build/srcpkgs/gtypist/template

17 lines
445 B
Bash

pkgname=gtypist
version=2.9.5
revision=1
short_desc="A universal typing tutor"
maintainer="Phileas Vöcking <paspartout@fogglabs.de>"
license="GPL-3"
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
}