pantry/projects/budimanjojo.github.io/talhelper/package.yml
Jacob Heider 6a58b304f6
fix(talhelper)
closes #6314
2024-06-04 10:45:37 -04:00

32 lines
649 B
YAML

distributable:
url: https://github.com/budimanjojo/talhelper/archive/refs/tags/{{version.tag}}.tar.gz
strip-components: 1
versions:
github: budimanjojo/talhelper
build:
dependencies:
go.dev: ^1.21
script: go build $ARGS -ldflags="$LDFLAGS"
env:
ARGS:
- -trimpath
- -o={{prefix}}/bin/talhelper
LDFLAGS:
- -s
- -w
- -X github.com/budimanjojo/talhelper/cmd.version={{version}}
linux:
LDFLAGS:
- -buildmode=pie
provides:
- bin/talhelper
test:
# removed in v3, oddly
- run: talhelper --version | grep {{version}}
if: <3
- talhelper gensecret | grep 'bootstraptoken'