# Maintainer: Andrei Dobre # Contributor: David Birks pkgname=tilt pkgdesc="Local Kubernetes development with no stress" pkgver=0.23.5 pkgrel=1 arch=('x86_64') license=('Apache') url="https://github.com/tilt-dev/tilt" conflicts=('tilt-bin') source=("https://github.com/tilt-dev/tilt/releases/download/v${pkgver}/tilt.${pkgver}.linux.x86_64.tar.gz") sha256sums=('dcfd2ba7aadbe66a11dcfb071ba083ec1c6b7ebd3c792c502383b94d0a2132e4') package() { install -Dm 755 "${srcdir}/tilt" "${pkgdir}/usr/bin/tilt" }