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