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