# Maintainer: Toni Tauro # Co-Maintainer: Lukas Grossar pkgname=ctlptl-bin pkgver=0.8.28 pkgrel=1 pkgdesc="Making local Kubernetes clusters fun and easy to set up" arch=('x86_64') url="https://github.com/tilt-dev/ctlptl" license=('Apache') source=("https://github.com/tilt-dev/ctlptl/releases/download/v${pkgver}/ctlptl.${pkgver}.linux.x86_64.tar.gz") sha256sums=('98a55d8bfd61ab95b72e2e81d21e540d704065ce90d7972cd4ed8600dd091905') package() { install -Dm 755 "$srcdir/ctlptl" "$pkgdir/usr/bin/ctlptl" "$pkgdir/usr/bin/ctlptl" completion bash | install -Dm644 /dev/stdin "$pkgdir/usr/share/bash-completion/completions/ctlptl" "$pkgdir/usr/bin/ctlptl" completion zsh | install -Dm644 /dev/stdin "$pkgdir/usr/share/zsh/site-functions/_ctlptl" "$pkgdir/usr/bin/ctlptl" completion fish | install -Dm644 /dev/stdin "$pkgdir/usr/share/fish/vendor_completions.d/ctlptl.fish" }