void-packages/srcpkgs/tokei/template
2020-01-08 09:44:00 +01:00

15 lines
440 B
Bash

# Template file for 'tokei'
pkgname=tokei
version=10.1.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/Aaronepower/tokei"
distfiles="https://github.com/Aaronepower/tokei/archive/v${version}.tar.gz"
checksum=ad203224b891ec75208d86b296d02f08770e0a4b6421827b1bac397fddd996ab
post_install() {
vlicense LICENCE-MIT
}