-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgitmaster.spec
More file actions
42 lines (33 loc) · 994 Bytes
/
Copy pathgitmaster.spec
File metadata and controls
42 lines (33 loc) · 994 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
34
35
36
37
38
39
40
41
42
Name: gitmaster
Version: 0.8.0
Release: 1%{?dist}
Summary: Lightweight and fast cross-platform Git GUI client
License: GPL-3.0-only
URL: https://github.com/bokic/gitmaster
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
BuildRequires: cmake
BuildRequires: ninja-build
BuildRequires: gcc-c++
BuildRequires: qt6-qtbase-devel
BuildRequires: qt6-qtsvg-devel
BuildRequires: libgit2-devel
Requires: qt6-qtbase
Requires: qt6-qtsvg
Requires: libgit2
%description
GitMaster is a lightweight, fast, cross-platform GUI client for Git,
built using C++ (C++20), Qt6, and libgit2.
%prep
%autosetup -p1
%build
%cmake -G Ninja -DCMAKE_BUILD_TYPE=Release
%cmake_build
%install
%cmake_install
%files
%{_bindir}/gitmaster
%{_datadir}/applications/gitmaster.desktop
%{_datadir}/icons/hicolor/scalable/apps/gitmaster.svg
%changelog
* Mon Jul 13 2026 Developer - 0.8.0-1
- Initial RPM release for GitMaster 0.8.0