# Maintainer: Daniel Haß pkgname=rancher-cli-bin pkgver=2.8.0 pkgrel=1 pkgdesc="The Rancher Command Line Interface (CLI) is a unified tool to manage your Rancher server." arch=('x86_64') url="https://github.com/rancher/cli" license=('APACHE') source=("https://github.com/rancher/cli/releases/download/v${pkgver}/rancher-linux-amd64-v${pkgver}.tar.xz") sha256sums=("0707fd9243d1ee91affca0b5c6370829da361a91e85e723333784c6c50f77d2c") package() { mkdir -p "$pkgdir/usr/bin" install -Dm755 $srcdir/rancher-v${pkgver}/rancher $pkgdir/usr/bin/rancher }