diff --git a/tig.rar b/tig.rar new file mode 100644 index 0000000..80fe97e Binary files /dev/null and b/tig.rar differ diff --git a/tig.spec b/tig.spec new file mode 100644 index 0000000..47e10c1 --- /dev/null +++ b/tig.spec @@ -0,0 +1,42 @@ +Name: tig +Version: +Release: 0 +Summary: Tig is an ncurses-based text-mode interface for git and it functions mainly as a Git repository browser +License: Open Source GPL License +URL: https://github.com/jonas/tig +Source0: https://github.com/jonas/tig + +BuildArch: noarch + +BuildRequires: make +BuildRequires: Ejscript + +%description +Tig is an ncurses-based text-mode interface for git and it functions mainly as a Git repository browser. + +%prep +%setup -q -n %{name}-%{version}/Unix + +%build +make + +%install +make install DESTDIR="%{buildroot}" + +%pre +%preun +%post +%postun + +%check + +%files +%license COPYING +%doc AUTHORS NEWS README +%{_bindir}/%{name} +%{_mandir}/man1/%{name}.1* + +%changelog +* Sun Aug 23 2020 StrongTiger_001 +- Package init + diff --git a/tig.yaml b/tig.yaml new file mode 100644 index 0000000..1fac2fb --- /dev/null +++ b/tig.yaml @@ -0,0 +1,4 @@ +version_control: github +src_repo: https://github.com/jonas/tig +tag_prefix: +separator: "."