+github.com/alexellis/k3sup (#3547)

* add alexellis/k3sup

* fix test

* simpler scripts

---------

Co-authored-by: Jacob Heider <jacob@pkgx.dev>
This commit is contained in:
tannevaled 2023-10-06 19:00:04 +02:00 committed by GitHub
parent bf7dd1325e
commit 2936f5c579
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,26 @@
distributable:
url: https://github.com/alexellis/k3sup/archive/{{version}}.tar.gz
strip-components: 1
versions:
github: alexellis/k3sup
build:
dependencies:
go.dev: ^1.20
env:
CGO_ENABLED: 0
LDFLAGS:
- -s
- -w
- -X github.com/alexellis/k3sup/cmd.Version={{ version }}
- -X github.com/alexellis/k3sup/cmd.GitCommit=$( git rev-parse HEAD )
linux:
LDFLAGS:
- -buildmode=pie
script: go build -v -ldflags="${LDFLAGS}" -o "{{ prefix }}"/bin/k3sup
provides:
- bin/k3sup
test: test "$(k3sup version|grep Version|cut -d' ' -f2)" = {{version}}