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