void-packages/srcpkgs/tokei/template
2020-09-15 14:34:27 -04:00

15 lines
438 B
Bash

# Template file for 'tokei'
pkgname=tokei
version=12.0.4
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=031dabbe1253af53fea8258e11eeb352371b6cf0c790db573ca7be33f761c733
post_install() {
vlicense LICENCE-MIT
}