mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
gopass-jsonapi: add version to go_ldflags
This commit is contained in:
parent
ec21023ec0
commit
a3bf3340bf
1 changed files with 2 additions and 1 deletions
|
@ -1,10 +1,11 @@
|
||||||
# Template file for 'gopass-jsonapi'
|
# Template file for 'gopass-jsonapi'
|
||||||
pkgname=gopass-jsonapi
|
pkgname=gopass-jsonapi
|
||||||
version=1.14.3
|
version=1.14.3
|
||||||
revision=1
|
revision=2
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path=github.com/gopasspw/gopass-jsonapi
|
go_import_path=github.com/gopasspw/gopass-jsonapi
|
||||||
|
go_ldflags="-X main.version=${version}"
|
||||||
depends="gopass"
|
depends="gopass"
|
||||||
short_desc="Gopass JSON bridge for extensions"
|
short_desc="Gopass JSON bridge for extensions"
|
||||||
maintainer="KuhnChris <kuhnchris+voidpackages@kuhnchris.eu>"
|
maintainer="KuhnChris <kuhnchris+voidpackages@kuhnchris.eu>"
|
||||||
|
|
Loading…
Add table
Reference in a new issue