blob: c379883a827315ad8aa0c5977aea442cf01f35f0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
pkgbase = octant
pkgdesc = A tool for developers to understand how applications run on a Kubernetes cluster
pkgver = 0.13.1
pkgrel = 1
url = https://github.com/vmware-tanzu/octant
arch = x86_64
license = Apache
makedepends = go
makedepends = npm
makedepends = git
makedepends = python
depends = kubectl
source = octant-0.13.1.tar.gz::https://github.com/vmware/octant/archive/v0.13.1.tar.gz
sha256sums = 1d9992bb912696e4ff9b0c7981dfd48d207fab6eb7f179256809082da2430f8c
pkgname = octant
|