# Maintainer: Enmanuel Moreira _pkgname=kubeclarity pkgname=kubeclarity-cli-bin pkgver=2.16.0 pkgrel=1 pkgdesc='KubeClarity is a tool for detection and management of Software Bill Of Materials (SBOM) and vulnerabilities of container images and filesystems.' arch=('x86_64') url='https://github.com/openclarity/kubeclarity' license=('Apache 2') provides=('kubeclarity-cli-bin') source=("https://github.com/openclarity/${_pkgname}/releases/download/v${pkgver}/${_pkgname}-cli-${pkgver}-linux-amd64.tar.gz") sha256sums=('8fd228eac431a023cee4c946220e01d1c25b4bfccfd5143e812766439dbff9a2') package() { mkdir -p "${pkgdir}/usr/bin" install -Dm755 "${srcdir}/${_pkgname}-cli" "${pkgdir}/usr/bin/${_pkgname}-cli" install -Dm644 LICENSE ${pkgdir}/usr/share/doc/${pkgname}/LICENSE }