mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-26 12:17:19 +02:00
Add task to snap
This commit is contained in:
parent
b3a7d84b4a
commit
0d346e9905
1 changed files with 12 additions and 5 deletions
|
@ -6,9 +6,18 @@ description: |
|
||||||
A terminal user interface for taskwarrior to manage your tasks efficiently.
|
A terminal user interface for taskwarrior to manage your tasks efficiently.
|
||||||
|
|
||||||
grade: stable
|
grade: stable
|
||||||
confinement: classic # for running external binaries `task`
|
confinement: strict
|
||||||
|
|
||||||
parts:
|
parts:
|
||||||
|
taskwarrior:
|
||||||
|
plugin: cmake
|
||||||
|
source: https://git.tasktools.org/scm/tm/task.git
|
||||||
|
source-type: git
|
||||||
|
build-packages:
|
||||||
|
- build-essential
|
||||||
|
- libgnutls-dev
|
||||||
|
- uuid-dev
|
||||||
|
|
||||||
taskwarrior-tui:
|
taskwarrior-tui:
|
||||||
plugin: rust
|
plugin: rust
|
||||||
source: .
|
source: .
|
||||||
|
@ -16,7 +25,5 @@ parts:
|
||||||
apps:
|
apps:
|
||||||
taskwarrior-tui:
|
taskwarrior-tui:
|
||||||
command: bin/taskwarrior-tui
|
command: bin/taskwarrior-tui
|
||||||
|
task:
|
||||||
layout:
|
command: task
|
||||||
/usr/bin/task:
|
|
||||||
bind: $SNAP/usr/bin/task
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue