mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +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'
|
# Template file for 'git-sizer'
|
||||||
pkgname=git-sizer
|
pkgname=git-sizer
|
||||||
version=1.5.0
|
version=1.5.0
|
||||||
revision=2
|
revision=3
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/github/git-sizer"
|
go_import_path="github.com/github/git-sizer"
|
||||||
go_ldflags="-X main.ReleaseVersion=${version}"
|
go_ldflags="-X main.ReleaseVersion=${version}"
|
||||||
|
depends="git"
|
||||||
short_desc="Compute various size metrics for a Git repository"
|
short_desc="Compute various size metrics for a Git repository"
|
||||||
maintainer="Duncaen <duncaen@voidlinux.org>"
|
maintainer="Duncaen <duncaen@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
|
Loading…
Add table
Reference in a new issue