tokei: enable additional output formats

This commit is contained in:
Marcin Puc 2022-03-26 12:31:02 +01:00 committed by Michal Vasilek
parent e4af8bcbcf
commit d713404553

View file

@ -1,8 +1,9 @@
# Template file for 'tokei'
pkgname=tokei
version=12.1.2
revision=1
revision=2
build_style=cargo
configure_args="--features all"
short_desc="Count lines of code"
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
license="Apache-2.0, MIT"
@ -10,6 +11,12 @@ homepage="https://github.com/XAMPPRocky/tokei"
distfiles="https://github.com/XAMPPRocky/tokei/archive/v${version}.tar.gz"
checksum=81ef14ab8eaa70a68249a299f26f26eba22f342fb8e22fca463b08080f436e50
# on i686 LLVM has problems with compiling doctests
case "$XBPS_TARGET_MACHINE" in
i686) make_check_args+=" --tests";;
*) ;;
esac
post_install() {
vlicense LICENCE-MIT
}