pantry/projects/onsi.github.io/ginkgo/package.yml
tannevaled f142ce26b5
+onsi.github.io/ginkgo (#6216)
* +onsi.github.io/ginkgo

* use {{ version.tag }} for safety

---------

Co-authored-by: Jacob Heider <jacob@pkgx.dev>
2024-05-23 12:05:50 -04:00

28 lines
501 B
YAML

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 }}