]> git.pld-linux.org Git - SPECS.git/blob - minikube.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / minikube.spec
1 Summary:        Single Node Kubernetes Cluster
2 Name:           minikube
3 Version:        0.25.0
4 Release:        0.1
5 License:        Apache v2.0
6 Group:          Applications/System
7 Source0:        https://github.com/kubernetes/minikube/archive/v%{version}/%{name}-%{version}.tar.gz
8 URL:            https://github.com/kubernetes/minikube
9 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
10
11 %description
12 Minikube is a tool that makes it easy to run Kubernetes locally.
13 Minikube runs a single-node Kubernetes cluster inside a VM on your
14 laptop for users looking to try out Kubernetes or develop with it
15 day-to-day.
16
17 %prep
18 %setup -q
19
20 %build
21
22 %install
23 rm -rf $RPM_BUILD_ROOT
24
25 %clean
26 rm -rf $RPM_BUILD_ROOT
27
28 %files
29 %defattr(644,root,root,755)
This page took 0.198419 seconds and 3 git commands to generate.