helm-mirror/helm-mirror.spec

35 lines
635 B
RPMSpec
Raw Permalink Normal View History

2021-12-20 01:31:59 +03:00
%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
2025-02-13 23:02:06 +00:00
export GOPROXY=direct
2021-12-20 01:31:59 +03:00
%make
2025-02-15 01:46:34 +03:00
#upx bin/%{name}
2021-12-20 01:31:59 +03:00
%install
install -Dm0755 bin/%{name} %{buildroot}%{_bindir}/%{name}
%files
%doc README.md LICENSE
%{_bindir}/%{name}