minikube: revert to pkg-config

[ci skip]
This commit is contained in:
maxice8 2019-02-24 23:25:41 -03:00
parent fb6cf13712
commit 7117d94ddf
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B

View file

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