void-packages/srcpkgs/gocloc/template
2021-03-08 00:08:44 -03:00

18 lines
528 B
Bash

# Template file for 'gocloc'
pkgname=gocloc
version=0.4.1
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=528be5009996b4177936be508aa494c289adddf58e4694b1a36067bda433f783
post_install() {
vlicense LICENSE
}