summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 2e96701699dab696411e22287b8bcb0622c82a7c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Maintainer: Miles McLean <mills00013@gmail.com>

pkgname=snyk
pkgver=1.974.0
pkgrel=1
pkgdesc='CLI and build-time tool to find & fix known vulnerabilities in open-source dependencies'
arch=('i686' 'x86_64')
url='https://github.com/snyk/snyk'
license=('apache')
source=("${pkgname}-${pkgver}"::"https://github.com/snyk/snyk/releases/download/v${pkgver}/snyk-linux")
sha256sums=('0e3a8b2b0157eef2468b2e6c3e78e40cc7268d70389e31ca3a4170c73d44b0f1')
noextract=("${pkgname}-${pkgver}")
options=("!strip")

package() {
  install -Dm 775 "${pkgname}-${pkgver}" "${pkgdir}/usr/bin/${pkgname}"
}