new file: projects/github.com/anchore/grype/package.yml

This commit is contained in:
Andrii Riabchenko 2023-10-21 00:18:41 +03:00 committed by Jacob Heider
parent d033a15877
commit 8137221cf9

View file

@ -0,0 +1,23 @@
distributable:
url: https://github.com/anchore/grype/archive/v{{version}}.tar.gz
strip-components: 1
versions:
github: anchore/grype
build:
dependencies:
go.dev: '*'
script:
- go build $GO_ARGS -ldflags="$LD_FLAGS" ./cmd/grype
env:
LD_FLAGS:
- -s -w
- -X main.version={{version}}
- -X main.gitCommit=pkgx
GO_ARGS:
- -trimpath
- -o="{{prefix}}/bin/grype"
provides:
- bin/grype
test:
script:
- grype --version | grep {{version}}