app-admin/kubectl-linstor: update

This commit is contained in:
2022-11-22 14:20:03 +03:00
parent 5babbdd182
commit 15ad6d3d4c
2 changed files with 11 additions and 2 deletions

View File

@@ -5,9 +5,16 @@ EAPI=8
inherit go-module
EGO_SUM=(
"github.com/henvic/ctxsignal v1.0.0"
"github.com/henvic/ctxsignal v1.0.0/go.mod"
)
go-module_set_globals
DESCRIPTION="A plugin to control a LINSTOR cluster using kubectl"
HOMEPAGE="https://github.com/piraeusdatastore/kubectl-linstor"
SRC_URI="https://github.com/piraeusdatastore/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
SRC_URI="https://github.com/piraeusdatastore/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
${EGO_SUM_SRC_URI}"
LICENSE="Apache-2.0"
SLOT="0"