# Maintainer: Varakh # Ex-Maintainer: Ray Del Rosario pkgname='grype-bin' pkgver=0.62.2 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=('fc562bd5d7bc5d49b738b740cdd7c02c72505c73fdd7e38a460d640b56cfca7a') package() { install -Dm755 "$srcdir/grype" "${pkgdir}/usr/local/bin/grype" }