summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 616fa34708a69edb12e2ea43fa423ec1eaf6f4b9 (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.62.3
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=('274edb56e39da44e8d8987e027fbf022e386c736956e88a9e404ebfc173bcbc7')
package() {
	install -Dm755 "$srcdir/grype" "${pkgdir}/usr/local/bin/grype"	
}