void-packages/srcpkgs/typioca/template

18 lines
551 B
Bash

# Template file for 'typioca'
pkgname=typioca
version=3.0.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"
changelog="https://github.com/bloznelis/typioca/releases"
distfiles="https://github.com/bloznelis/typioca/archive/refs/tags/${version}.tar.gz"
checksum=115dfe187925dd77c230668b72e45cd4e623e4819660809cba9ea196f806d1ac
post_install() {
vlicense LICENSE
}