File xiate.spec of Package xiate
#
# spec file for package xiate
#
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: xiate
Version: 24.04
Release: 0
Summary: Vte-based Terminal Emulator
License: MIT
Group: System/X11/Terminals
URL: https://www.uninformativ.de/git/xiate/file/README.html
Source: https://www.uninformativ.de/git/xiate/archives/%{name}-v%{version}.tar.gz
BuildRequires: make
BuildRequires: pcre2-devel
BuildRequires: vte-devel >= 0.29
%description
xiate is a terminal emulator based on the vte library.
%prep
%setup -q -n %{name}-v%{version}
%build
%make_build
%install
%make_install prefix=%{_prefix}
%files
%license LICENSE
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1%{?ext_man}
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/config.example.ini
%changelog