New package: typtea-0.1.4

This commit is contained in:
elbachir-one 2025-06-12 20:22:53 +01:00 committed by Duncan Overbruck
parent 9c5e09a01b
commit 6270283167

16
srcpkgs/typtea/template Normal file
View file

@ -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 <bachiralfa@gmail.com>"
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
}