# Template file for 'grype' pkgname=grype version=0.80.0 revision=1 build_style=go build_helper=qemu go_import_path="github.com/anchore/grype" go_package="github.com/anchore/grype/cmd/grype" go_ldflags="-X main.version=${version}" short_desc="Vulnerability scanner for container images and filesystems" maintainer="cinerea0 " license="Apache-2.0" homepage="https://github.com/anchore/grype" changelog="https://github.com/anchore/grype/releases" distfiles="https://github.com/anchore/grype/archive/refs/tags/v${version}.tar.gz" checksum=554b7e5fbc8c79e88475a77c47d1f4466d51880d922423cbffac132dd029fadd post_install() { grype="${DESTDIR}/usr/bin/grype" for shell in bash fish zsh; do vtargetrun ${grype} completion ${shell} >grype.${shell} vcompletion grype.${shell} ${shell} done }