# Template file for 'gocloc'
pkgname=gocloc
version=0.7.0
revision=1
build_style=go
go_import_path="github.com/hhatto/gocloc"
go_package="${go_import_path}/cmd/gocloc"
short_desc="Counts lines of source code in many programming languages"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/hhatto/gocloc"
changelog="https://github.com/hhatto/gocloc/releases"
distfiles="https://github.com/hhatto/gocloc/archive/refs/tags/v${version}.tar.gz"
checksum=9375f6699a7bffad42da661b4ba7988af23dd01191da4a4b21eca8f9bb676d9a

post_install() {
	vlicense LICENSE
}
