# Maintainer: Emanuele 'Lele aka eldios' Calo' pkgname=linkerd pkgver=2.7.0 pkgrel=0 pkgdesc="A service sidecar for Kubernetes and beyond. Main repo for Linkerd 2.x. - https://linkerd.io" arch=('x86_64') url="https://linkerd.io/2/getting-started/" license=('Apache') depends=('glibc') source_x86_64=( "linkerd::https://github.com/linkerd/linkerd2/releases/download/stable-${pkgver}/linkerd2-cli-stable-${pkgver}-linux" ) sha256sums_x86_64=( 'd0602abf11a78a84f2cb11367cd6c4050ca01b53c4d992ab6f7593c3b115ed9f' ) options=(!strip) package() { mkdir -p "${pkgdir}/usr/bin" install -m755 -t "${pkgdir}/usr/bin/" linkerd }