mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 06:07:00 +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'
|
||||
pkgname=gotify-cli
|
||||
version=2.2.2
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="cli-$version"
|
||||
build_style=go
|
||||
go_import_path="github.com/gotify/cli/v2"
|
||||
go_ldflags="-w -s -X main.Version=${version} \
|
||||
-X main.BuildDate=${SOURCE_DATE_EPOCH} \
|
||||
go_ldflags="-X main.Version=${version} -X main.BuildDate=${SOURCE_DATE_EPOCH}
|
||||
-X main.Mode=prod"
|
||||
short_desc="Command line interface for pushing messages to a Gotify server"
|
||||
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
|
||||
|
|
Loading…
Add table
Reference in a new issue