We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5aff38a commit 3c9cfc6Copy full SHA for 3c9cfc6
specs/lazyjj.spec
@@ -0,0 +1,33 @@
1
+%global debug_package %{nil}
2
+
3
+Name: lazyjj
4
+Version: 0.4.2
5
+Release: 1%{?dist}
6
+Summary: TUI for Jujutsu/jj
7
8
+License: Apache-2.0
9
+URL: https://github.com/Cretezy/lazyjj
10
+Source: %{url}/releases/download/v%{version}/%{name}_%{version}_Linux_x86_64.tar.gz
11
+Source1: https://raw.githubusercontent.com/Cretezy/lazyjj/v%{version}/README.md
12
+Source2: https://raw.githubusercontent.com/Cretezy/lazyjj/v%{version}/LICENSE
13
14
+%description
15
+%{summary}
16
17
+%prep
18
+%autosetup -c
19
+cp %{SOURCE1} CONFIGURATION.md
20
+cp %{SOURCE2} LICENSE
21
22
+%build
23
24
+%install
25
+install -p -D %{name} %{buildroot}%{_bindir}/%{name}
26
27
+%files
28
+%doc CONFIGURATION.md
29
+%license LICENSE
30
+%{_bindir}/%{name}
31
32
+%changelog
33
+%autochangelog
0 commit comments