mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
51bf23f952
quoting is the worst
31 lines
502 B
YAML
31 lines
502 B
YAML
distributable:
|
|
url: https://github.com/jfrog/jfrog-cli/archive/refs/tags/v{{version}}.tar.gz
|
|
strip-components: 1
|
|
|
|
versions:
|
|
github: jfrog/jfrog-cli
|
|
|
|
platforms:
|
|
- darwin
|
|
|
|
build:
|
|
dependencies:
|
|
go.dev: '*'
|
|
script:
|
|
- go mod tidy
|
|
- go build $ARGS
|
|
- run: ln -s jf jfrog
|
|
working-directory: '{{prefix}}/bin'
|
|
env:
|
|
ARGS:
|
|
- -trimpath
|
|
- -o {{prefix}}/bin/jf
|
|
|
|
provides:
|
|
- bin/jf
|
|
- bin/jfrog
|
|
|
|
test:
|
|
- jf -v | grep {{version}}
|
|
- jfrog -v | grep {{version}}
|