pantry/projects/github.com/adnanh/webhook/package.yml
2024-01-26 10:36:56 -05:00

27 lines
483 B
YAML

distributable:
url: https://github.com/adnanh/webhook/archive/refs/tags/{{version}}.tar.gz
strip-components: 1
display-name: webhook
versions:
github: adnanh/webhook
build:
dependencies:
go.dev: ^1.21
env:
CGO_ENABLED: 1
LDFLAGS:
- -s
- -w
linux:
LDFLAGS:
- -buildmode=pie
script: go build -v -ldflags="${LDFLAGS}" -o {{prefix}}/bin/webhook
provides:
- bin/webhook
test: test "$(webhook --version| cut -d' ' -f 3)" = {{version}}