From 44883ff20f7bd63b2c8532f4de8b6c670d326eb5 Mon Sep 17 00:00:00 2001 From: notthewave Date: Tue, 31 Aug 2021 01:39:31 +0200 Subject: [PATCH] New package: typiskt-2020.07.10.0 --- srcpkgs/typiskt/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/typiskt/template diff --git a/srcpkgs/typiskt/template b/srcpkgs/typiskt/template new file mode 100644 index 000000000000..aec7a97740db --- /dev/null +++ b/srcpkgs/typiskt/template @@ -0,0 +1,17 @@ +# Template file for 'typiskt' +pkgname=typiskt +version=2020.07.10.0 +revision=1 +build_style=gnu-makefile +hostmakedepends="m4" +depends="bash bc gawk ncurses" +short_desc="Touchtyping training in the terminal" +maintainer="notthewave " +license="BSD-2-Clause" +homepage="https://github.com/budlabs/typiskt" +distfiles="https://github.com/budlabs/typiskt/archive/refs/tags/${version}.tar.gz" +checksum=102912c34392249198c476d8aa168debfe80f0ab25160acd53c415ff8818279d + +post_install() { + vlicense LICENSE +}