mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 18:45:19 +03:00
26 lines
398 B
YAML
26 lines
398 B
YAML
|
distributable:
|
||
|
url: https://github.com/google/gops/archive/refs/tags/v{{version}}.tar.gz
|
||
|
strip-components: 1
|
||
|
|
||
|
versions:
|
||
|
github: google/gops/tags
|
||
|
|
||
|
dependencies:
|
||
|
go.dev: '*'
|
||
|
|
||
|
build:
|
||
|
dependencies:
|
||
|
go.dev: '*'
|
||
|
script: |
|
||
|
go build -ldflags="$LDFLAGS"
|
||
|
mkdir -p "{{ prefix }}"/bin
|
||
|
mv gops "{{ prefix }}"/bin
|
||
|
env:
|
||
|
LDFLAGS:
|
||
|
- -s -w
|
||
|
|
||
|
provides:
|
||
|
- bin/gops
|
||
|
|
||
|
test: gops
|