16 lines
440 B
Bash
16 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
|
|
}
|