17 lines
493 B
Bash
17 lines
493 B
Bash
# Template file for 'typioca'
|
|
pkgname=typioca
|
|
version=2.5.0
|
|
revision=2
|
|
build_style=go
|
|
go_import_path="github.com/bloznelis/typioca"
|
|
short_desc="Minimal, terminal based typing speed tester"
|
|
maintainer="Duncaen <duncaen@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/bloznelis/typioca"
|
|
distfiles="https://github.com/bloznelis/typioca/archive/refs/tags/${version}.tar.gz"
|
|
checksum=dc56dcd6a9b606741bfbce6cb307e81fc8f629cb5b1860b573c3141d09e61427
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|