mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
27 lines
483 B
YAML
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}}
|