summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 74ca78a1cf644bf1a26ffee410ac9dedc9f5754e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Maintainer: shmilee <echo c2htaWxlZS56anVAZ21haWwuY29tCg== | base64 -d>

_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"
}