16 lines
414 B
Bash
16 lines
414 B
Bash
# Template file for 'tokei'
|
|
pkgname=tokei
|
|
version=9.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="${homepage}/archive/v${version}.tar.gz"
|
|
checksum=d7c18192a773158eb4c12534dbe16cd1de3023118149427441c2e1ef3f076a1c
|
|
|
|
post_install() {
|
|
vlicense LICENCE-MIT
|
|
}
|