forked from conda-forge/taskwarrior-tui-feedstock
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrecipe.yaml
More file actions
53 lines (45 loc) · 1.26 KB
/
recipe.yaml
File metadata and controls
53 lines (45 loc) · 1.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
context:
version: "0.26.12"
package:
name: taskwarrior-tui
version: ${{ version }}
source:
url: https://github.com/kdheepak/taskwarrior-tui/archive/refs/tags/v${{ version }}.tar.gz
sha256: 00dcf0d4e4ebcac777a633a862299d4f3c431c49ccb262211cb079ad273c37db
build:
number: 0
skip:
# Support windows in the future when Taskwarrior supports windows
- win
requirements:
build:
- ${{ compiler("rust") }}
- cargo-auditable
- cargo-bundle-licenses
run:
- taskwarrior
tests:
- script:
- taskwarrior-tui --version
- taskwarrior-tui --report 2>&1 | grep -q "value is required" || exit 1
about:
homepage: https://kdheepak.com/taskwarrior-tui
repository: https://github.com/kdheepak/taskwarrior-tui
documentation: https://kdheepak.com/taskwarrior-tui
license: MIT
license_file:
- LICENSE
- THIRDPARTY.yml
summary: A terminal user interface for taskwarrior
description: |
A Terminal User Interface (TUI) for [Taskwarrior](https://taskwarrior.org) that you didn't know you wanted.
## Features
- vim-like navigation
- live filter updates
- add, delete, complete, log tasks
- multiple selection
- tab completion
- colors based on taskwarrior
extra:
recipe-maintainers:
- eunos-1128