void-packages/srcpkgs/gocloc/template
Cameron Nemo a8c18323d8 New package: gocloc-0.3.3
Closes: #25649 [via git-merge-pr]
2020-12-29 23:07:14 -08:00

17 lines
528 B
Bash

# Template file for 'gocloc'
pkgname=gocloc
version=0.3.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 <cnemo@tutanota.com>"
license="MIT"
homepage="https://github.com/hhatto/gocloc"
distfiles="https://github.com/hhatto/gocloc/archive/v${version}.tar.gz"
checksum=308461beea124991c1558d8278e3a7cc0c8411c5730d444ebbd54187edeb688d
post_install() {
vlicense LICENSE
}