From 6b3f281b29c9bf7894a1d8b33c2ca023e0bb2be7 Mon Sep 17 00:00:00 2001 From: Cameron Nemo Date: Thu, 15 Oct 2020 21:55:31 -0700 Subject: [PATCH] New package: gocloc-0.3.3 --- srcpkgs/gocloc/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/gocloc/template diff --git a/srcpkgs/gocloc/template b/srcpkgs/gocloc/template new file mode 100644 index 00000000000..11660af865e --- /dev/null +++ b/srcpkgs/gocloc/template @@ -0,0 +1,17 @@ +# 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 " +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 +}