16 lines
414 B
Bash
16 lines
414 B
Bash
# Template file for 'tokei'
|
|
pkgname=tokei
|
|
version=9.1.1
|
|
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=3b03edf37795312a1781a5d0aa86fffea6b0bd2de3da7ea18399b43e0a2b9229
|
|
|
|
post_install() {
|
|
vlicense LICENCE-MIT
|
|
}
|