18 lines
551 B
Bash
18 lines
551 B
Bash
# Template file for 'typioca'
|
|
pkgname=typioca
|
|
version=3.1.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=b58dfd36e9f23054b96cbd5859d1a93bc8d3f22b4ce4fd16546c9f19fc4a003c
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|