New package: git-sizer-1.5.0

This commit is contained in:
Duncaen 2022-11-16 03:00:43 +01:00
parent 7f8b461d57
commit 5571fba6eb
No known key found for this signature in database
GPG Key ID: 335C1D17EC3D6E35
1 changed files with 16 additions and 0 deletions

View File

@ -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 <duncaen@voidlinux.org>"
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
}