17 lines
439 B
Bash
17 lines
439 B
Bash
# Template file for 'tokei'
|
|
pkgname=tokei
|
|
version=8.0.1
|
|
revision=2
|
|
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=9d365695e3c790747d982bf0dc598f2a65b7e51b90fa98d4f34dfef72a019e13
|
|
|
|
post_install() {
|
|
vlicense LICENCE-APACHE
|
|
vlicense LICENCE-MIT
|
|
}
|