mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
gotify-cli: remove -w -s from go_ldflags
This commit is contained in:
parent
0ec98a1276
commit
be824765f9
1 changed files with 2 additions and 3 deletions
|
@ -1,12 +1,11 @@
|
||||||
# Template file for 'gotify-cli'
|
# Template file for 'gotify-cli'
|
||||||
pkgname=gotify-cli
|
pkgname=gotify-cli
|
||||||
version=2.2.2
|
version=2.2.2
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="cli-$version"
|
wrksrc="cli-$version"
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/gotify/cli/v2"
|
go_import_path="github.com/gotify/cli/v2"
|
||||||
go_ldflags="-w -s -X main.Version=${version} \
|
go_ldflags="-X main.Version=${version} -X main.BuildDate=${SOURCE_DATE_EPOCH}
|
||||||
-X main.BuildDate=${SOURCE_DATE_EPOCH} \
|
|
||||||
-X main.Mode=prod"
|
-X main.Mode=prod"
|
||||||
short_desc="Command line interface for pushing messages to a Gotify server"
|
short_desc="Command line interface for pushing messages to a Gotify server"
|
||||||
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
|
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
|
||||||
|
|
Loading…
Add table
Reference in a new issue