helm-mirror/helm-mirror.spec
Your Name e0368e9b51
All checks were successful
Run CI/CD... / main (push) Successful in 6m0s
0.3.1
2025-02-15 01:46:34 +03:00

34 lines
635 B
RPMSpec

%define debug %nil
%define debug_package %nil
Name: helm-mirror
Version: 0.3.1
Release: 1
Summary: Helm plugin used to mirror repositories
URL: https://github.com/openSUSE/helm-mirror
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
Source1000: %{name}.rpmlintrc
License: ASL 2.0
Group: Development/Other
BuildRequires: go
BuildRequires: git-core
BuildRequires: upx
%description
Helm plugin used to mirror Chart repositories
%prep
%setup -q
%build
export GOPROXY=direct
%make
#upx bin/%{name}
%install
install -Dm0755 bin/%{name} %{buildroot}%{_bindir}/%{name}
%files
%doc README.md LICENSE
%{_bindir}/%{name}