void-packages/srcpkgs/tokei/template
2019-11-27 16:29:35 +01:00

15 lines
440 B
Bash

# Template file for 'tokei'
pkgname=tokei
version=10.1.0
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/Aaronepower/tokei"
distfiles="https://github.com/Aaronepower/tokei/archive/v${version}.tar.gz"
checksum=86b741d32850b267dcaaad244de8b821b0bd64678b83428b0150820bd963e697
post_install() {
vlicense LICENCE-MIT
}