mirror of
https://abf.rosa.ru/djam/helm.git
synced 2025-02-24 01:52:47 +00:00
Imported from SRPM
This commit is contained in:
commit
28c95e1df2
2 changed files with 36 additions and 0 deletions
2
.abf.yml
Normal file
2
.abf.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
sources:
|
||||
helm-3.5.2.tar.gz: 03bf00de39376b76e9b72c5cd31c1daeaf8c53ad
|
34
helm.spec
Normal file
34
helm.spec
Normal file
|
@ -0,0 +1,34 @@
|
|||
%define debug %nil
|
||||
%define debug_package %nil
|
||||
|
||||
Name: helm
|
||||
Version: 3.5.2
|
||||
Release: 1
|
||||
Summary: The Kubernetes Package Manager
|
||||
URL: https://helm.sh
|
||||
Source0: https://github.com/helm/helm/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||
License: ASL 2.0
|
||||
Group: Development/Other
|
||||
BuildRequires: go
|
||||
BuildRequires: git-core
|
||||
BuildRequires: upx
|
||||
|
||||
%description
|
||||
Helm is a tool for managing Charts. Charts are packages
|
||||
of pre-configured Kubernetes resources.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%make
|
||||
|
||||
upx bin/%{name}
|
||||
|
||||
%install
|
||||
install -Dm0755 bin/%{name} %{buildroot}%{_bindir}/%{name}
|
||||
|
||||
%files
|
||||
%doc README.md LICENSE
|
||||
%{_bindir}/%{name}
|
||||
|
Loading…
Add table
Reference in a new issue