15 lines
440 B
Bash
15 lines
440 B
Bash
# Template file for 'tokei'
|
|
pkgname=tokei
|
|
version=11.0.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=d7b02fafc6dc08a222ac49028acfc22ce9e5baa6a8a53b0c88a38c146bed276e
|
|
|
|
post_install() {
|
|
vlicense LICENCE-MIT
|
|
}
|