# Maintainer: shmilee _binfile=dockviz_linux_amd64 pkgname=dockviz pkgver=0.6.3 pkgrel=1 pkgdesc="Visualizing Docker Data" arch=('x86_64') url="https://github.com/justone/dockviz" license=('Apache') depends=('glibc' 'docker') options=() source=("$pkgname-$pkgver::https://github.com/justone/$pkgname/releases/download/v$pkgver/$_binfile") sha1sums=('24716efd68a1c4b8cfaaea50f5dc1d4f22af263b') package() { cd "${srcdir}" install -Dm755 ./$pkgname-$pkgver "${pkgdir}/usr/bin/$pkgname" }