From 76e997906cab74743bd8200476a25f988df0dba0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sami=20Pitk=C3=A4nen?= Date: Tue, 1 Oct 2019 18:51:34 +0300 Subject: [PATCH] New package: scc-2.8.0 --- srcpkgs/scc/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/scc/template diff --git a/srcpkgs/scc/template b/srcpkgs/scc/template new file mode 100644 index 00000000000..665dbc0f358 --- /dev/null +++ b/srcpkgs/scc/template @@ -0,0 +1,17 @@ +# Template file for 'scc' +pkgname=scc +version=2.8.0 +revision=1 +build_style=go +go_import_path="github.com/boyter/scc" +hostmakedepends="git" +short_desc="Fast cloc replacement written in pure Go" +maintainer="Sami Pitkänen " +license="MIT" +homepage="https://github.com/boyter/scc" +distfiles="https://github.com/boyter/scc/archive/v${version}.tar.gz" +checksum=1a4a08d4c39b1168f6626dff59a821a09bfd1922d9b7732506ebf124408f4361 + +post_install() { + vlicense LICENSE +}