void-packages/srcpkgs/tokei/template
2019-07-08 21:23:17 +02:00

15 lines
440 B
Bash

# Template file for 'tokei'
pkgname=tokei
version=10.0.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=4c58388c293d6c37b603fbbcf0bdefec244dc057accff623b44b77af65998b60
post_install() {
vlicense LICENCE-MIT
}