summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 894fd399b3480c9767bdafb2db5c4230321332aa (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.19.0
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=('e2a73d2501b49386dd12331a9880a989d97bc183339496f156dc86ad4813d530')

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