+onsi.github.io/ginkgo (#6216)

* +onsi.github.io/ginkgo

* use {{ version.tag }} for safety

---------

Co-authored-by: Jacob Heider <jacob@pkgx.dev>
This commit is contained in:
tannevaled 2024-05-23 18:05:50 +02:00 committed by GitHub
parent 94632110b9
commit f142ce26b5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,27 @@
distributable:
url: https://github.com/onsi/ginkgo/archive/refs/tags/{{version.tag}}.tar.gz
strip-components: 1
display-name: ginkgo
versions:
github: onsi/ginkgo
build:
dependencies:
go.dev: ^1.20
env:
CGO_ENABLED: 0
LDFLAGS:
- -s
- -w
linux:
LDFLAGS:
- -buildmode=pie
script:
- go build -v -ldflags="${LDFLAGS}" -o "{{ prefix }}"/bin/ginkgo ./ginkgo/main.go
provides:
- bin/ginkgo
test: test "$(ginkgo version|cut -d' ' -f3)" = {{ version }}