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