+github.com/pressly/sup

This commit is contained in:
tannevaled 2024-01-20 14:43:53 +01:00 committed by Jacob Heider
parent c23d06cfa5
commit da432e2e5c

View file

@ -0,0 +1,30 @@
distributable:
url: https://github.com/pressly/sup/archive/refs/tags/v{{version}}.tar.gz
strip-components: 1
versions:
github: pressly/sup
strip:
- /^v/
build:
dependencies:
go.dev: "1.16"
env:
GO_ARGS:
- -o "{{prefix}}/bin/"
LD_FLAGS:
- -s
- -w
linux:
CGO_ENABLED: 0
script:
- go mod init
- go mod vendor
- go build ${GO_ARGS} -ldflags="$LD_FLAGS" ./cmd/sup
provides:
- bin/sup
test: sup --help