# Maintainer: Michael Beaumont # Contributor: Paul Nicholson # URL: https://github.com/michaelbeaumont/aur-packages _name=kustomize pkgname=kustomize-bin pkgver=4.5.5 pkgrel=1 pkgdesc="Customization of Kubernetes YAML configurations" arch=('x86_64') url="https://github.com/kubernetes-sigs/kustomize" license=('Apache') provides=('kustomize') source=("https://github.com/kubernetes-sigs/${_name}/releases/download/${_name}%2Fv${pkgver}/${_name}_v${pkgver}_linux_amd64.tar.gz") sha256sums=( 'bba81aa61dba057db1d5abeddf1e522b568b2d906ab67a5c80935e97302c8773' ) package() { cd "${srcdir}" install -Dm755 ${_name} ${pkgdir}/usr/bin/${_name} }