void-packages/srcpkgs/gocloc/template

19 lines
587 B
Bash

# Template file for 'gocloc'
pkgname=gocloc
version=0.5.2
revision=2
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="Cameron Nemo <cam@nohom.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=c8f95201bc6042767de7059cfd6a2a37799b3bf909ec61029baffe0f6ccc509d
post_install() {
vlicense LICENSE
}