diff --git a/README.md b/README.md index 0f19aa5..b1dd199 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # aha +Tool which converts ANSI escape sequences of a unix terminal to HTML code. + diff --git a/aha.spec b/aha.spec new file mode 100644 index 0000000..9eee742 --- /dev/null +++ b/aha.spec @@ -0,0 +1,42 @@ +Name: aha +Version: 0.5.1 +Release: 1mamba +Summary: Tool which converts ANSI escape sequences of a unix terminal to HTML code +Group: System/Tools +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: https://github.com/theZiz/aha +Source: https://github.com/theZiz/aha.git/%{version}/aha-%{version}.tar.bz2 +License: LGPL, MPL 1.1 +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +## AUTOBUILDREQ-END + +%description +Tool which converts ANSI escape sequences of a unix terminal to HTML code. + +%debug_package + +%prep +%setup -q + +%build +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall PREFIX=%{_prefix} + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files +%defattr(-,root,root) +%{_bindir}/aha +%{_mandir}/man1/aha.1* +%doc LICENSE.* + +%changelog +* Tue May 30 2023 Silvan Calarco 0.5.1-1mamba +- package created using the webbuild interface