void-packages/srcpkgs/tokei/template
UsernameRandomlyGenerated 7fd3de4b31 tokei: update to 12.1.2.
2021-01-29 16:27:27 -03:00

16 lines
438 B
Bash

# Template file for 'tokei'
pkgname=tokei
version=12.1.2
revision=1
build_style=cargo
short_desc="Count lines of code"
maintainer="Joseph LaFreniere <joseph@lafreniere.xyz>"
license="Apache-2.0, MIT"
homepage="https://github.com/XAMPPRocky/tokei"
distfiles="https://github.com/XAMPPRocky/tokei/archive/v${version}.tar.gz"
checksum=81ef14ab8eaa70a68249a299f26f26eba22f342fb8e22fca463b08080f436e50
post_install() {
vlicense LICENCE-MIT
}