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