mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
tokei: enable additional output formats
This commit is contained in:
parent
e4af8bcbcf
commit
d713404553
1 changed files with 8 additions and 1 deletions
|
@ -1,8 +1,9 @@
|
||||||
# Template file for 'tokei'
|
# Template file for 'tokei'
|
||||||
pkgname=tokei
|
pkgname=tokei
|
||||||
version=12.1.2
|
version=12.1.2
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
|
configure_args="--features all"
|
||||||
short_desc="Count lines of code"
|
short_desc="Count lines of code"
|
||||||
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
|
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
|
||||||
license="Apache-2.0, MIT"
|
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"
|
distfiles="https://github.com/XAMPPRocky/tokei/archive/v${version}.tar.gz"
|
||||||
checksum=81ef14ab8eaa70a68249a299f26f26eba22f342fb8e22fca463b08080f436e50
|
checksum=81ef14ab8eaa70a68249a299f26f26eba22f342fb8e22fca463b08080f436e50
|
||||||
|
|
||||||
|
# on i686 LLVM has problems with compiling doctests
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
i686) make_check_args+=" --tests";;
|
||||||
|
*) ;;
|
||||||
|
esac
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENCE-MIT
|
vlicense LICENCE-MIT
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue