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