mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
git-sizer: add version number to package
This commit is contained in:
parent
9b22b8dfaa
commit
5d95426fa3
1 changed files with 2 additions and 1 deletions
|
@ -1,9 +1,10 @@
|
||||||
# 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=1
|
revision=2
|
||||||
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}"
|
||||||
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