forked from aidandenlinger/autocopr
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathlazygit.spec
More file actions
33 lines (25 loc) · 706 Bytes
/
Copy pathlazygit.spec
File metadata and controls
33 lines (25 loc) · 706 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
%global debug_package %{nil}
Name: lazygit
Version: 0.62.2
Release: 1%{?dist}
Summary: simple terminal UI for git commands
License: MIT
URL: https://github.com/jesseduffield/lazygit
Source: %{url}/releases/download/v%{version}/%{name}_%{version}_Linux_x86_64.tar.gz
Source1: https://raw.githubusercontent.com/jesseduffield/lazygit/v%{version}/README.md
Source2: https://raw.githubusercontent.com/jesseduffield/lazygit/v%{version}/LICENSE
%description
%{summary}
%prep
%autosetup -c
cp %{SOURCE1} CONFIGURATION.md
cp %{SOURCE2} LICENSE
%build
%install
install -p -D %{name} %{buildroot}%{_bindir}/%{name}
%files
%doc CONFIGURATION.md
%license LICENSE
%{_bindir}/%{name}
%changelog
%autochangelog