mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 18:45:19 +03:00
24 lines
492 B
YAML
24 lines
492 B
YAML
|
distributable:
|
||
|
url: https://github.com/vektra/mockery/archive/v{{version}}.tar.gz
|
||
|
strip-components: 1
|
||
|
versions:
|
||
|
github: vektra/mockery
|
||
|
build:
|
||
|
dependencies:
|
||
|
go.dev: '*'
|
||
|
script:
|
||
|
- go build $ARGS -ldflags="$LDFLAGS"
|
||
|
env:
|
||
|
ARGS:
|
||
|
- -trimpath
|
||
|
- -o={{prefix}}/bin/mockery
|
||
|
LDFLAGS:
|
||
|
- -s
|
||
|
- -w
|
||
|
- -X github.com/vektra/mockery/v2/pkg/logging.SemVer=v{{version}}
|
||
|
provides:
|
||
|
- bin/mockery
|
||
|
test:
|
||
|
script:
|
||
|
- mockery --version | grep {{version}}
|