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