new file: projects/budimanjojo.github.io/talhelper/package.yml

This commit is contained in:
Andrii Riabchenko 2024-03-12 18:40:16 +02:00 committed by Jacob Heider
parent 99722be4a1
commit 8b75175322

View file

@ -0,0 +1,30 @@
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:
- talhelper --version | grep {{version}}
- talhelper gensecret | grep 'bootstraptoken'