Name: simple-term
Version: 1.0.0
Release: 1.20230418125911749322.main
Summary: Simple vte-based terminal

License: GPL-3.0-or-later
URL: https://github.com/mh21/simple-term

Source0: simple-term-1.0.0.tar.gz

BuildRequires: gnome-common
BuildRequires: vala
BuildRequires: gtk3-devel
BuildRequires: vte291-devel

%description
Simple vte-based terminal

%prep
%autosetup -n simple-term-1.0.0
./autogen.sh

%build
%configure
%make_build

%install
%make_install

%files
%license LICENSE
%doc README.md LICENSE
%{_bindir}/simple-term

%changelog
* Tue Apr 18 2023 Packit <hello@packit.dev> - 1.0.0-1.20230418125911749322.main
- Development snapshot (e5fb0d3b)

* Tue Apr 18 2023 Michael Hofmann <mh21@mh21.de> - 1.0.0-1
- initial packaging