# Maintainer: Ray Del Rosario pkgname='grype-bin' pkgver=0.40.1 pkgrel=1 pkgdesc='A vulnerability scanner for container images and filesystems.' url='https://github.com/anchore/grype' arch=('x86_64') license=('Apache') source=("https://github.com/anchore/grype/releases/download/v${pkgver}/grype_${pkgver}_linux_amd64.tar.gz") sha256sums=('f3dc4b898c9800615fa7a36e63cdaa7e8eef94a6fc22519fa4c50685de69723d') package() { install -Dm755 "$srcdir/grype" "${pkgdir}/usr/local/bin/grype" }