# Maintainer: Christopher Cooper pkgname=blimp-bin pkgver=0.13.35 pkgrel=1 pkgdesc="CLI for Kelda's Blimp (Docker Compose for the Cloud)" arch=('x86_64') url="https://kelda.io/blimp" license=('Apache') optdepends=('docker: support for locally building custom images') options=(!strip) source=("https://blimp-releases.s3-us-west-1.amazonaws.com/blimp-linux-$pkgver") sha256sums=('73ace559f0ced2e120366260211d14dbb4ed5710b0faf85cbe6e0ad09da7952e') package() { install -Dm 755 "$srcdir/blimp-linux-$pkgver" "$pkgdir/usr/bin/blimp" }