vp-build/srcpkgs/gocloc/template

18 lines
523 B
Bash

# Template file for 'gocloc'
pkgname=gocloc
version=0.4.3
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="Cameron Nemo <cam@nohom.org>"
license="MIT"
homepage="https://github.com/hhatto/gocloc"
distfiles="https://github.com/hhatto/gocloc/archive/v${version}.tar.gz"
checksum=b96a3da5c5ec084107f29c339414774a7bf0c3c71e41ae5101cc48824ab9ecb2
post_install() {
vlicense LICENSE
}