18 lines
552 B
Bash
18 lines
552 B
Bash
# Template file for 'typioca'
|
|
pkgname=typioca
|
|
version=2.10.0
|
|
revision=1
|
|
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"
|
|
changelog="https://github.com/bloznelis/typioca/releases"
|
|
distfiles="https://github.com/bloznelis/typioca/archive/refs/tags/${version}.tar.gz"
|
|
checksum=444dbb145a862b45a8342104d428e6d13bb7089ee5bb8531ddd87d33045079db
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|