summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: a79e5648b4553ecfe09c9731d7b74b7f6f5de9af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Maintainer: Varakh <varakh@varakh.de>
# Ex-Maintainer: Ray Del Rosario <michael@raydelrosario.com>
pkgname='grype-bin'
pkgver=0.76.0
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=('ed2be05852369530a99095d491728ca529f8f5a695adaf554196eff7b5efe4e8')
package() {
	install -Dm755 "$srcdir/grype" "${pkgdir}/usr/bin/grype"	
}