summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 64330d5124974e87ef08000de9c40106ea1a9780 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Maintainer Chris Werner Rau <aur@cwrau.io>

_pkgname=pinniped
pkgname=$_pkgname-bin
pkgver=0.4.0
pkgrel=3
pkgdesc="Pinniped provides identity services for Kubernetes clusters"
url="https://github.com/vmware-tanzu/$_pkgname"
license=('APACHE')
source=("$_pkgname-$pkgver::$url/releases/download/v$pkgver/$_pkgname-cli-linux-amd64")
arch=('x86_64')
sha512sums=('34ad33cf5949d2a73a179227f3b0f11c2f56b89f661f626f33a0cbb89892f2f93421d7bdab7e92eb2cd1a2b28f22312b62345461805869ef30d6f5c4aa6538e0')
conflicts=("$_pkgname" "${_pkgname}-git")

package() {
  install -D -m 0755 $srcdir/$_pkgname-$pkgver $pkgdir/usr/bin/$_pkgname
}

#vim: syntax=sh