mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-24 14:36:42 +02:00
Add task to snap
This commit is contained in:
parent
ee1cdd3076
commit
167b901c41
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.
|
||||
|
||||
grade: stable
|
||||
confinement: classic # for running external binaries `task`
|
||||
confinement: strict
|
||||
|
||||
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:
|
||||
plugin: rust
|
||||
source: .
|
||||
|
@ -16,7 +25,5 @@ parts:
|
|||
apps:
|
||||
taskwarrior-tui:
|
||||
command: bin/taskwarrior-tui
|
||||
|
||||
layout:
|
||||
/usr/bin/task:
|
||||
bind: $SNAP/usr/bin/task
|
||||
task:
|
||||
command: task
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue