# Maintainer: Simon Weald pkgname=sonobuoy-bin _srcname=sonobuoy pkgdesc="A diagnostic tool that makes it easier to understand the state of a Kubernetes cluster by running a set of Kubernetes conformance tests in an accessible and non-destructive manner." pkgver=0.57.1 pkgrel=1 provides=('sonobuoy') arch=('x86_64') url="https://github.com/vmware-tanzu/sonobuoy" license=('apache') source=("${_srcname}-${pkgver}.tar.gz::${url}/releases/download/v${pkgver}/${_srcname}_${pkgver}_linux_amd64.tar.gz") sha256sums=('0fd3ae735ee25b6b37b713aadd4a836b53aa2b82c8e6ecad0c2359de046f8212') package() { cd ${srcdir} tar -xzf $_srcname-$pkgver.tar.gz install -Dm755 "$srcdir/$_srcname" "$pkgdir/usr/bin/$_srcname" }