]> git.pld-linux.org Git - packages/vit.git/blob - vit.spec
up to 2.3.1
[packages/vit.git] / vit.spec
1 Summary:        Lightweight, fast, curses-based front end to Taskwarrior
2 Name:           vit
3 Version:        2.3.1
4 Release:        1
5 License:        MIT
6 Group:          Applications
7 Source0:        https://github.com/vit-project/vit/archive/v%{version}/%{name}-%{version}.tar.gz
8 # Source0-md5:  fdfafaf44d74a46495c8e5d34b3ddfa9
9 URL:            https://github.com/vit-project/vit/releases
10 BuildRequires:  python3 >= 1:3.7
11 BuildRequires:  python3-modules >= 1:3.7
12 BuildRequires:  python3-setuptools
13 BuildRequires:  rpm-pythonprov
14 BuildRequires:  rpmbuild(macros) >= 1.720
15 BuildArch:      noarch
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 Visual Interactive Taskwarrior full-screen terminal interface includes
20 following features:
21
22 - Fully-customizable key bindings (default Vim-like)
23 - Uncluttered display
24 - No mouse
25 - Speed
26 - Per-column colorization
27 - Advanced tab completion
28 - Multiple/customizable themes
29 - Override/customize column formatters
30 - Intelligent sub-project indenting
31
32 %prep
33 %setup -q
34
35 %build
36 %py3_build
37
38 %install
39 rm -rf $RPM_BUILD_ROOT
40
41 %py3_install
42
43 %clean
44 rm -rf $RPM_BUILD_ROOT
45
46 %files
47 %defattr(644,root,root,755)
48 %doc {AUTHORS,CHANGES,COLOR,CUSTOMIZE,DEVELOPMENT,FAQ,README,UPGRADE}.md
49 %attr(755,root,root) %{_bindir}/vit
50 %{py3_sitescriptdir}/vit
51 %{py3_sitescriptdir}/vit-%{version}-py3*.egg-info
This page took 0.137777 seconds and 4 git commands to generate.