mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 18:45:19 +03:00
27 lines
667 B
YAML
27 lines
667 B
YAML
|
distributable:
|
||
|
url: https://github.com/golangci/golangci-lint/archive/refs/tags/v{{version}}.tar.gz
|
||
|
|
||
|
versions:
|
||
|
github: golangci/golangci-lint/tags
|
||
|
strip: /^v/
|
||
|
|
||
|
build:
|
||
|
dependencies:
|
||
|
curl.se: '*'
|
||
|
info-zip.org/unzip: '*'
|
||
|
working-directory: ${{prefix}}
|
||
|
script: |
|
||
|
curl -sSfL "https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh" | sh -s -- -b ./bin v{{version}}
|
||
|
env:
|
||
|
darwin/aarch64: {PLATFORM: darwin-aarch64}
|
||
|
darwin/x86-64: {PLATFORM: darwin-x64}
|
||
|
linux/aarch64: {PLATFORM: linux-aarch64}
|
||
|
linux/x86-64: {PLATFORM: linux-x64}
|
||
|
|
||
|
|
||
|
provides:
|
||
|
- bin/golangci-lint
|
||
|
|
||
|
test: |
|
||
|
golangci-lint help linters
|