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 +}