mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 06:07:00 +02:00
git-sizer: add git to depends
This commit is contained in:
parent
9cc1b59cf6
commit
abb3f00a63
1 changed files with 2 additions and 1 deletions
|
@ -1,10 +1,11 @@
|
|||
# Template file for 'git-sizer'
|
||||
pkgname=git-sizer
|
||||
version=1.5.0
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=go
|
||||
go_import_path="github.com/github/git-sizer"
|
||||
go_ldflags="-X main.ReleaseVersion=${version}"
|
||||
depends="git"
|
||||
short_desc="Compute various size metrics for a Git repository"
|
||||
maintainer="Duncaen <duncaen@voidlinux.org>"
|
||||
license="MIT"
|
||||
|
|
Loading…
Add table
Reference in a new issue