# Maintainer: Emanuele 'Lele aka eldios' Calo' pkgname=linkerd pkgver=2.3.1 pkgrel=2 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=( 'c16f5be2fd3957ac3995a78ca3046925c5c190e832ecf028998231b732aec1e1' ) options=(!strip) package() { mkdir -p "${pkgdir}/usr/bin" install -m755 -t "${pkgdir}/usr/bin/" linkerd }