From 6270283167fa4a44817ced65a34cdba20e369577 Mon Sep 17 00:00:00 2001 From: elbachir-one Date: Thu, 12 Jun 2025 20:22:53 +0100 Subject: [PATCH] New package: typtea-0.1.4 --- srcpkgs/typtea/template | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 srcpkgs/typtea/template diff --git a/srcpkgs/typtea/template b/srcpkgs/typtea/template new file mode 100644 index 00000000000..c0f25cd328d --- /dev/null +++ b/srcpkgs/typtea/template @@ -0,0 +1,16 @@ +# Template file for 'typtea' +pkgname=typtea +version=0.1.4 +revision=1 +build_style=go +go_import_path="github.com/ashish0kumar/typtea" +short_desc="Minimal terminal-based typing speed test" +maintainer="elbachir-one " +license="MIT" +homepage="https://github.com/ashish0kumar/typtea" +distfiles="https://github.com/ashish0kumar/typtea/archive/refs/tags/v${version}.tar.gz" +checksum=774ba0cd4fd69cda6c64a2ca0ada79421d5b6d02e7a8daf75e94be2801c2853a + +post_install() { + vlicense LICENSE +}