# Maintainer: Miles McLean pkgname=snyk pkgver=1.1046.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=('64113f5fef1545b4db6d03141f8f7ae8dbbdc323a4d94f17a47c6dd52b24560d') noextract=("${pkgname}-${pkgver}") options=("!strip") package() { install -Dm 775 "${pkgname}-${pkgver}" "${pkgdir}/usr/bin/${pkgname}" }