# Template file for 'tokei'
pkgname=tokei
version=14.0.0
revision=1
build_style=cargo
configure_args="--features=all"
checkdepends="pkg-config libgit2-1.8-devel"
short_desc="Count lines of code"
maintainer="Orphaned <orphan@voidlinux.org>"
license="Apache-2.0 OR MIT"
homepage="https://github.com/XAMPPRocky/tokei"
distfiles="https://github.com/XAMPPRocky/tokei/archive/refs/tags/v${version}.tar.gz"
checksum=4e561dbb83ef1b46359714fc623fd45eddfb14821ece63a219470500fdd1cd26

post_install() {
	vlicense LICENCE-APACHE
	vlicense LICENCE-MIT
}
