15 lines
438 B
Bash
15 lines
438 B
Bash
# Template file for 'tokei'
|
|
pkgname=tokei
|
|
version=11.2.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/XAMPPRocky/tokei"
|
|
distfiles="https://github.com/XAMPPRocky/tokei/archive/v${version}.tar.gz"
|
|
checksum=354893da88babffe59154656ed669de06d2b04c0fe318613fb29af66b50f35bc
|
|
|
|
post_install() {
|
|
vlicense LICENCE-MIT
|
|
}
|