parent
fb6cf13712
commit
7117d94ddf
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'minikube'
|
# Template file for 'minikube'
|
||||||
pkgname=minikube
|
pkgname=minikube
|
||||||
version=0.34.1
|
version=0.34.1
|
||||||
revision=1
|
revision=2
|
||||||
archs="x86_64* ppc64le*"
|
archs="x86_64* ppc64le*"
|
||||||
build_wrksrc=src/k8s.io/minikube
|
build_wrksrc=src/k8s.io/minikube
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path=k8s.io/minikube
|
go_import_path=k8s.io/minikube
|
||||||
hostmakedepends="git go-bindata python pkgconf"
|
hostmakedepends="git go-bindata python pkg-config"
|
||||||
makedepends="libvirt-devel"
|
makedepends="libvirt-devel"
|
||||||
depends="kubectl"
|
depends="kubectl"
|
||||||
short_desc="Tool to make it easy to run Kubernetes locally"
|
short_desc="Tool to make it easy to run Kubernetes locally"
|
||||||
|
|
Loading…
Reference in New Issue