# Maintainer: Anatoly Rugalev pkgname=kubernetes-helmfile-bin pkgver=0.125.8 pkgrel=1 pkgdesc="Deploy Kubernetes Helm Charts" url="https://github.com/roboll/helmfile" license=('MIT') arch=('x86_64') depends=('helm') source=("helmfile_linux_amd64_$pkgver::https://github.com/roboll/helmfile/releases/download/v$pkgver/helmfile_linux_amd64") sha256sums=('1170d062b043d971f491b0d66bad7c04a717b8223f20fad01e7fc89a2c358e61') package() { cd "$srcdir" install -d "$pkgdir/usr/bin" install -m755 helmfile_linux_amd64_$pkgver "$pkgdir/usr/bin/helmfile" }