summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 38d751de38fb4fe0de128350cfc790b1d33078bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Maintainer: Olivier Michaelis <michaelis.olivier [at] gmail [dot] com>

pkgname=kubent-bin
pkgver=0.7.2 # renovate: datasource=github-releases depName=doitintl/kube-no-trouble
pkgrel=1
pkgdesc="Easily check your kubernetes cluster for use of deprecated APIs"
arch=('x86_64')
url="https://github.com/doitintl/kube-no-trouble"
license=('MIT')
source=(https://github.com/doitintl/kube-no-trouble/releases/download/$pkgver/kubent-$pkgver-linux-amd64.tar.gz)
md5sums=('9ac2b0300108216034592ab2b2508c24')

package() {
  install -Dm755 kubent -t "$pkgdir/usr/bin"
}