From 5571fba6ebaac40807bd99a2218061f400dd1e3d Mon Sep 17 00:00:00 2001 From: Duncaen Date: Wed, 16 Nov 2022 03:00:43 +0100 Subject: [PATCH] New package: git-sizer-1.5.0 --- srcpkgs/git-sizer/template | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 srcpkgs/git-sizer/template diff --git a/srcpkgs/git-sizer/template b/srcpkgs/git-sizer/template new file mode 100644 index 00000000000..5522bced875 --- /dev/null +++ b/srcpkgs/git-sizer/template @@ -0,0 +1,16 @@ +# Template file for 'git-sizer' +pkgname=git-sizer +version=1.5.0 +revision=1 +build_style=go +go_import_path="github.com/github/git-sizer" +short_desc="Compute various size metrics for a Git repository" +maintainer="Duncaen " +license="MIT" +homepage="https://github.com/github/git-sizer" +distfiles="https://github.com/github/git-sizer/archive/refs/tags/v${version}.tar.gz" +checksum=07a5ac5f30401a17d164a6be8d52d3d474ee9c3fb7f60fd83a617af9f7e902bb + +post_install() { + vlicense LICENSE.md +}