# Maintainer: Ulrich Schreiner pkgname=steampipe-bin pkgver=0.22.2 pkgrel=1 pkgdesc='Steampipe CLI' url='https://github.com/turbot/steampipe' license=('AGPL-3.0') arch=('x86_64') provides=('steampipe') source=("steampipe-$pkgver-$pkgrel.tgz::https://github.com/turbot/steampipe/releases/download/v$pkgver/steampipe_linux_amd64.tar.gz") sha256sums=('c1a040514297a022b5311deb6de2b323820a448b0d3a193fa07a20dbe14b062f') package() { tar xzf $srcdir/steampipe-$pkgver-$pkgrel.tgz install -Dm 755 "$srcdir/steampipe" "$pkgdir/usr/bin/steampipe" }