summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 03925edb80fe8510121d2dea91405c42b4f90379 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Maintainer: Hristo Voyvodov <hristo.voyvodov@hotmail.com>

pkgname=pluto-bin
pkgver=5.18.5
pkgrel=0
pkgdesc='Pluto is a utility to help users find deprecated Kubernetes apiVersions in their code repositories and their helm releases.'
arch=(x86_64)
url='https://github.com/FairwindsOps/pluto'
license=(Apache)
source=("$pkgname-$pkgver.tar.gz::https://github.com/FairwindsOps/pluto/releases/download/v$pkgver/pluto_${pkgver}_linux_amd64.tar.gz")
sha256sums=('8d6b1b47adad63f87bb6b21151bd96a862b04f200e3aac3b7650b5a46f535cde')

package() {
  install -Dm 755 "$srcdir/pluto" "$pkgdir/usr/bin/pluto"
}