# Maintainer: Andrei Dobre # Contributor: David Birks pkgname=tilt pkgdesc="Local Kubernetes development with no stress" pkgver=0.26.2 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=('61d9368534ca9de80e55ad1a53fd089eb1f89a63795cd332209eed35119e46ef') package() { install -Dm 755 "${srcdir}/tilt" "${pkgdir}/usr/bin/tilt" }